[Seaside] Navigate to component via anchor?

Boris Popov boris at deepcovelabs.com
Wed May 24 23:13:59 UTC 2006


Right, except that in my case #call would retain control, not merely
navigate away to the new component. I changed it to go through the parent
menu, 

self anchor
	callback: [self menu selectComponent: ContactPage];
	with: [html text: 'Contact Us'].

Ugly, but it works. I'm all ears to hear better suggestions.

Thanks!

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Ramon Leon
Sent: Wednesday, May 24, 2006 4:05 PM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: RE: [Seaside] Navigate to component via anchor?

> 
> Okay, I figured call isn't the right thing to do because the 
> call'ed component will retain control until it answers. Fair 
> enough. Now I'm back to the idea of setting the 'menu' 
> variable on the 'component' so that components could ask the 
> menu to do the navigation for them. Ouch! Somebody tell me 
> there's a better way to do this, its not immediately obvious 
> to me what to do here...
> 
> Thanks!
> 
> -Boris

Small hint... You don't always have to say "self call:", you can say
"mainArea call:", and only that area will be replaced by the called
component.
_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3370 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20060524/d61f4658/smime.bin


More information about the Seaside mailing list