Guest User

Untitled

a guest
Jul 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <div id="projectForm" dojotype="dijit.form.Form">
  2. <!-- end Date -->
  3. <span class="manager_create_from_components">
  4. <s:text name="manager.create.endDate"></s:text>
  5. </span>
  6. <input type="text" name="project.endDate" constraints="{datePattern:'yyyy-MM-dd'}" dojotype="dijit.form.DateTextBox"><br />
  7. </div>
  8.  
  9. <action name="actionName" class="package.yourClass" method="yourMethod">
  10. <result name="success">successPage.jsp</result>
  11. <result name="error">errorPage.jsp</result>
  12. <result name="input">errorPage.jsp (or yourFormPage.jsp)</result>
  13. </action>
Add Comment
Please, Sign In to add comment