Tabbedpanel issue

2007-11-26 Thread Srikanth Muthyala
Hello, I am currently using Struts 2 with Ajax for Tabbed panel. I can create and load tabbedpanel showing a jsp page with a form for one of tabs. The form action = /some.action is executed ok butthe issue is reload is shown in its own new page rather than the as part of tab content. How do

Re: Tabbedpanel issue

2007-11-26 Thread Martin Gainty
first off is there a reason for 2 of everything? M-- - Original Message - From: Srikanth Muthyala [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, November 26, 2007 4:48 PM Subject: Tabbedpanel issue Hello, I am currently using Struts 2 with Ajax

Re: Tabbedpanel issue

2007-11-26 Thread Srikanth Muthyala
M, I dont know what happened there but NO, no 2 of these. Here is the updated one. (Cleanedup) I am currently using Struts 2 with Ajax for Tabbed panel. I can create and load tabbedpanel showing a jsp page with a form for one of tabs. The form action = /some.action is executed ok butthe issue

Re: Tabbedpanel issue

2007-11-26 Thread Srikanth Muthyala
: Tabbedpanel issue Try this (notice the href refers to url tag whose value is populated by setProfile.action)s:url id=ajaxTest value=/setProfile.action /s:tabbedPanel id=rtb / s:div id=1 label=static labelposition=top brRTB Administration /s:div s:div id=admin label=dynamic theme=ajax href=%{ajaxTest