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:25 UTC

cvs commit: jakarta-velocity-tools/examples/struts/examples/struts_app7 any.vm

marino      2004/01/29 11:39:25

  Added:       examples/struts/examples/struts_app7 any.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_app7/any.vm
  
  Index: any.vm
  ===================================================================
  <html>
  <head>
  </head>
  
  
  <body>
  <font size="+4"><center>$request.getRequestURI()</center></font>
  <br>
  #include("/examples/struts_app6/top.html")
  <br>
  We are on the any page. The action "any" forwards to this page.
  <br>
  <br>
  
  Try the <a href="$slink.setAction("false")">false</a> page.
  <br>
  Try the <a href="$slink.setAction("true")">true</a> page.
  <br>
  <br>
  Go to <a href="$slink.setAction("formAction")">form</a> test page.
  </body>
  </html>
  
  
  

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