[Seaside] Home link

Avi Bryant avi at beta4.com
Wed Oct 20 14:15:44 CEST 2004


On Oct 20, 2004, at 1:25 PM, Yar Hwee Boon wrote:

> After studying WASimpleNavigation, and thinking through for a while, I 
> realise that I may still need to use #call:. An example would be: one 
> of the options is to show a forum. After browsing through the forum 
> for a while (#call-ing other components to show different topics, 
> replies, etc), and the user clicks another option, say Profile. At 
> this point, if he tries to go back to Forum, he should see the "first 
> page" of the forum again rather than the last state. So.. in this 
> case, does it look like I really need #call without #answer:? I think 
> that WASimpleNavigation mirrors how a "tab control" works,whereas what 
> I have is more like a simple HTML link.

I think you just want to be creating a new instance of the Forum every 
time they click the forum link, and setting that as the selected 
component.



More information about the Seaside mailing list