Radek, what if you just point the URL that's used w/ jQuery tabs to a regular Tapestry page ? If I recall correctly, the jQuery tabs used a <ul>, and each <li> with <a href=#"> inside had an URL of a standalone page that renders w/o any particular layout .
Regards, Alex K 2010/5/10 Radek Terber <ter...@b2bcentrum.cz> > Hi all > > I try to use jQuery "tabs" together with the T5 grid in simple page - the > page with grid is put as content of a tab (it seams to be good idea due > application could be divided into amall pieces - without static component > dependencies, as it is required by tabs made using T5, and I can combine T5 > pages with other resources in tabs). It works fine, but grid's links for > paging and sorting does not function. I have registered listeners on > "onclick" evets on those links and send AJAX request to T5, but T5 - when > gets XmlHttpRequest - does not render HTML page, but it returns enpty JSON. > How to tel the T5 to render notmal HTML page in respone on XmlHttpRequest > (aka AJAX request) ? I cannot use "ajax" variant of grid sorting and > paging, I need just use the page. > > Thanks, radek. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >