Hi Jeromy,
That did not work. It still posting as a new page. 
One more thing is the tabbedPanel is already inside another tabbedpanel (2nd
level nested).
Will that cause this problem?

thx


Jeromy Evans - Blue Sky Minds wrote:
> 
> Put a div inside tab2 and make that inner div the target.
> 
> If you target the tab you're trying overwrite the markup for the tab 
> widget.  By targeting a div inside the tab you can replace just the 
> content of tab.
> 
> You may also prefer to make the inner div a remote div and the tab 
> non-ajax because you get better control.
> 
> ie. in the jsp below, the target is a div inside the second tab
> 
> <s:tabbedPanel id="incorpContainer">
>         <s:div theme="ajax" id="dInc1" label="Company" href="%{incUrl1}"
> executeScripts="true"></s:div>
>         <s:div id="dInc2" label="Employee">
>           <s:div theme="ajax" id="theTarget" href="%{incUrl2}"
> executeScripts="true"></div>
>         </s:div>
> 
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Strtus-2.0.11-AJAX-TabbedPanel-with-Remote-tabs%3A-How-to-load-the-result-page-in-another-tab-tp16115694p16127001.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to