[jQuery] Re: In liferay when using jquery tab it renders the whole page

2008-05-15 Thread Klaus Hartl
Hi Sankar, a screenshot actually doesn't help much. Although it looks like you just have to make sure in Liferay (don't know anything about it), that the Ajax requests by the remote tabs are not getting a full page response but only the part of the page that you need to update, e.g. the tab panel

[jQuery] Re: In liferay when using jquery tab it renders the whole page

2008-05-14 Thread sankar
Hi, Thanks Klaus Hartl I have tried the below function call also. Again it gives the same problem. It renders the whole page I attached the screen shot in the following link. http://bp2.blogger.com/_o-GOnSfz8SI/SCqV63nPuEI/AAM/jKwYrnj3mvk/s1600-h/sample.bmp Thanks Sankar.K On May

[jQuery] Re: In liferay when using jquery tab it renders the whole page

2008-05-14 Thread sankar
Hi Klaus Hartl, Thank u for ur suggestion. I have tried by using what u have specied. It gives the same problem The whole page rendered. Here I have attached the screen shot of the issue, please refer this link http://bp2.blogger.com/_o-GOnSfz8SI/SCqV63nPuEI/AAM/jKwYrnj3mvk/s1600-h/sam

[jQuery] Re: In liferay when using jquery tab it renders the whole page

2008-05-13 Thread Klaus Hartl
Have you tried: jQuery(function($){ $('#zreportTabs').tabs({selected:0}); }); --Klaus On May 13, 10:58 am, sankar <[EMAIL PROTECTED]> wrote: > Hi, >    I try to use jquery in liferay portlet through spring web-flow > action. It renders the whole page inside the tab instead of the > pa