You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ts...@apache.org on 2007/11/07 17:28:16 UTC

svn commit: r592810 - /struts/sandbox/trunk/struts2-juel-plugin-example/src/main/webapp/example/survey.jsp

Author: tschneider
Date: Wed Nov  7 08:28:16 2007
New Revision: 592810

URL: http://svn.apache.org/viewvc?rev=592810&view=rev
Log:
change get to post

Modified:
    struts/sandbox/trunk/struts2-juel-plugin-example/src/main/webapp/example/survey.jsp

Modified: struts/sandbox/trunk/struts2-juel-plugin-example/src/main/webapp/example/survey.jsp
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-juel-plugin-example/src/main/webapp/example/survey.jsp?rev=592810&r1=592809&r2=592810&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2-juel-plugin-example/src/main/webapp/example/survey.jsp (original)
+++ struts/sandbox/trunk/struts2-juel-plugin-example/src/main/webapp/example/survey.jsp Wed Nov  7 08:28:16 2007
@@ -9,7 +9,7 @@
 <body>
 <h3>Please fill out Survey</h3>
 <p>
-  <s:form action="SurveySave" method="get">
+  <s:form action="SurveySave" method="post">
   	<s:textfield label="First Name" name="surveyBean.firstName"></s:textfield>
   	<s:textfield label="Last Name" name="surveyBean.lastName"></s:textfield>
   	<s:textfield label="Age" name="surveyBean.age"></s:textfield>