Revision: 924
          http://stripes.svn.sourceforge.net/stripes/?rev=924&view=rev
Author:   bengunter
Date:     2008-05-22 07:24:42 -0700 (Thu, 22 May 2008)

Log Message:
-----------
Corrected a minor error about s:form's action attribute

Modified Paths:
--------------
    trunk/stripes/resources/stripes.tld

Modified: trunk/stripes/resources/stripes.tld
===================================================================
--- trunk/stripes/resources/stripes.tld 2008-05-21 17:14:55 UTC (rev 923)
+++ trunk/stripes/resources/stripes.tld 2008-05-22 14:24:42 UTC (rev 924)
@@ -396,7 +396,7 @@
             <description>
                 The URL to which this form will post. Expected to be a web-app 
relative path - the
                 tag will prepend the context path to any action that begins 
with a slash and does
-                not already contain the context path. Should match a URL to 
which an ActionBean
+                not already begin with the context path. Should match a URL to 
which an ActionBean
                 has been bound.  Required unless 'beanclass' is provided.
             </description>
             
<name>action</name><required>false</required><rtexprvalue>true</rtexprvalue>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to