Author: tmjee
Date: Sun Jul  9 05:55:46 2006
New Revision: 420285

URL: http://svn.apache.org/viewvc?rev=420285&view=rev
Log:
WW-1340
  - added <saf:actionerror /> <saf:actionmessage /> <saf:fielderror />
    to example. 
 
Modified:
    struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp?rev=420285&r1=420284&r2=420285&view=diff
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp 
(original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/example.jsp Sun 
Jul  9 05:55:46 2006
@@ -8,6 +8,11 @@
 
 <body>
 
+<saf:actionerror/>
+<saf:actionmessage/>
+<saf:fielderror />
+
+
 <saf:form action="exampleSubmit" method="post" enctype="multipart/form-data">
     <saf:textfield 
                label="Name" 


Reply via email to