Author: musachy
Date: Mon Aug 4 06:51:06 2008
New Revision: 682390
URL: http://svn.apache.org/viewvc?rev=682390&view=rev
Log:
Fix example (and build)
Modified:
struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/actionTagExampleCalling.jsp
Modified:
struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/actionTagExampleCalling.jsp
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/actionTagExampleCalling.jsp?rev=682390&r1=682389&r2=682390&view=diff
==============================================================================
---
struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/actionTagExampleCalling.jsp
(original)
+++
struts/struts2/trunk/apps/showcase/src/main/webapp/tags/ui/actionTagExampleCalling.jsp
Mon Aug 4 06:51:06 2008
@@ -8,7 +8,7 @@
<b>Example 1:</b>
This example calls an action and includes the output on the page
<p id="example1" style="background-color:yellow;">
- <s:action name="/tags/ui" name="actionTagExample" executeResult="true"/>
+ <s:action namespace="/tags/ui" name="actionTagExample"
executeResult="true"/>
</p>
</body>
</html>
\ No newline at end of file