Author: wesw
Date: Sun Feb 10 16:22:55 2008
New Revision: 620359

URL: http://svn.apache.org/viewvc?rev=620359&view=rev
Log:
fixing typo, WW-2436

Modified:
    
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example4.jsp

Modified: 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example4.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example4.jsp?rev=620359&r1=620358&r2=620359&view=diff
==============================================================================
--- 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example4.jsp
 (original)
+++ 
struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/example4.jsp
 Sun Feb 10 16:22:55 2008
@@ -30,7 +30,7 @@
           <sx:div  id="tab2" label="test2"  disabled="true" >
               Diabled Tab
           </sx:div >
-           <sx:div  id="tab3" label="test2" >
+           <sx:div  id="tab3" label="test3" >
               Some other Tab
           </sx:div >
       </sx:tabbedpanel>


Reply via email to