Author: tmjee
Date: Sun Jun 18 07:00:02 2006
New Revision: 415139
URL: http://svn.apache.org/viewvc?rev=415139&view=rev
Log:
WW-1354
- corrected showcase tabpanel example3 , local panel are marked with
theme="ajax" causing them to not function properly
Modified:
struts/action2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example3.jsp
Modified:
struts/action2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example3.jsp
URL:
http://svn.apache.org/viewvc/struts/action2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example3.jsp?rev=415139&r1=415138&r2=415139&view=diff
==============================================================================
---
struts/action2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example3.jsp
(original)
+++
struts/action2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example3.jsp
Sun Jun 18 07:00:02 2006
@@ -29,7 +29,7 @@
<td align="top">
<!--// START SNIPPET: tabbedpanel-tag-->
<saf:tabbedPanel id="test2" theme="simple" >
- <saf:panel id="left" tabName="left" theme="ajax">
+ <saf:panel id="left" tabName="left">
This is the left pane<br/>
<saf:form >
<saf:textfield name="tt" label="Test Text" />
<br/>
@@ -37,7 +37,7 @@
</saf:form>
</saf:panel>
<saf:panel remote="true" href="/AjaxTest.action"
id="ryh1" theme="ajax" tabName="remote one" />
- <saf:panel id="middle" tabName="middle" theme="ajax">
+ <saf:panel id="middle" tabName="middle">
middle tab<br/>
<saf:form >
<saf:textfield name="tt" label="Test Text44" />
<br/>