How to just replace the entire page

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to just replace the entire page

Sophie424
This is probably blindingly obvious, but ... How can I simply "go to" a new
page (using some component class C) from an anchor in a sub-component of the
current page? html popupAnchor pops up a newpage.



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: How to just replace the entire page

Lukas Renggli
> This is probably blindingly obvious, but ... How can I simply "go to" a new
> page (using some component class C) from an anchor in a sub-component of the
> current page? html popupAnchor pops up a newpage.

html anchor
     callback: [ WARenderLoop new call: NewComponent new ];
     with: 'New'

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside