[Seaside] How to just replace the entire page

Lukas Renggli renggli at gmail.com
Mon Dec 10 20:46:54 UTC 2007


> 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


More information about the seaside mailing list