Re: How tell T5 to return HTML page (not JSON) on AJAX call

2010-05-11 Thread Radek Terber
No, the grid is not zone-enabled. When I tried to use zone-enabled grid in this environment, the grid did not refresh at all. Dne 11.5.2010 9:55, Inge Solvoll napsal(a): I'm guessing that the grid links are zone-enabled, so clicking them triggers AJAX calls rather than direct links. On Tue, Ma

Re: How tell T5 to return HTML page (not JSON) on AJAX call

2010-05-11 Thread Inge Solvoll
I'm guessing that the grid links are zone-enabled, so clicking them triggers AJAX calls rather than direct links. On Tue, May 11, 2010 at 9:17 AM, Radek Terber wrote: > The behavoior of combination of JQ tabs and T5 is quite strange. Tabs are > loaded dynamically using it's links like this: > >

Re: How tell T5 to return HTML page (not JSON) on AJAX call

2010-05-11 Thread Radek Terber
The behavoior of combination of JQ tabs and T5 is quite strange. Tabs are loaded dynamically using it's links like this: t:context="literal:actual">Aktuálne( Archív ...etc... In case the tab content is loaded firt time, all is OK, tab content is loaded sucesfully, T5 server returns con

Re: How tell T5 to return HTML page (not JSON) on AJAX call

2010-05-10 Thread Alex Kotchnev
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 , and each with inside had an URL of a standalone page that renders w/o any particular layout . Regards, Alex K 2010/5/10 Radek Terber > Hi all > >