You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ma...@apache.org on 2004/01/29 20:39:37 UTC

cvs commit: jakarta-velocity-tools/examples/struts/examples/struts_app6 submitted.vm

marino      2004/01/29 11:39:37

  Added:       examples/struts/examples/struts_app6 submitted.vm
  Log:
  two new example applications that showcase SSL Ext for Struts and the SecureLinkTool
  
  Revision  Changes    Path
  1.1                  jakarta-velocity-tools/examples/struts/examples/struts_app6/submitted.vm
  
  Index: submitted.vm
  ===================================================================
  <html>
  <head>
  </head>
  
  <body>
  <font size="+4"><center>$request.getRequestURI()</center></font>
  <br>
  We are on the submitted page.  These are the values that were posted:
  <br>
  $testForm.propA
  <br>
  $testForm.propB
  <br>
  <br>
  Return to <a href="$slink.setAction("formAction")">form</a> test page.
  <br>
  <br>
  Go to <a href="$slink.setAction("true")">true</a> page.
  <br>
  Go to <a href="$slink.setAction("false")">false</a> page.
  <br>
  Go to <a href="$slink.setAction("any")">any</a> page.
  </body>
  </html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org