Re: Page as Ajax return

2011-10-03 Thread derkoe
Henrik Schlanbusch wrote: > > Hi > > Yes I am aware of this one. To describe my problem, I have a rather big > framework I would like to rebuild from T4 ->T5. In this framework we use a > lot > of tabbed panes. In T4 we loaded pages into each tab. This made our code > cleaner, since we could

Re: Page as Ajax return

2011-10-03 Thread Henrik von Schlanbusch
derkoe gmail.com> writes: > > > Henrik Schlanbusch wrote: > > > > Hi > > > > Is it possible to return a page as an ajax result or will this only work > > with > > zones? > > > > -Henrik > > > > When you return a page to an AJAX event handler the Tapestry JS will make a > redirect to that

Re: Page as Ajax return

2011-10-03 Thread derkoe
Henrik Schlanbusch wrote: > > Hi > > Is it possible to return a page as an ajax result or will this only work > with > zones? > > -Henrik > When you return a page to an AJAX event handler the Tapestry JS will make a redirect to that page - for more infos see: http://tapestry.apache.org/ajax-