You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/02/03 00:01:02 UTC

[WIKI-UPDATE] XSP-TransformCustomDate Mon Feb 3 00:01:02 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=XSP-TransformCustomDate, version: 3 on Sun Feb  2 22:58:30 2003 by Scherler

- <form action="date">
+ <form action="/date" method="GET">
- <input type="text" name="date">
+ <input type="text" name="date" value="29.01.2003"/>
?                               ++++++++++++++++++++

- <input type="submit">
+ <input type="submit"/>
?                     +

+ On submit this will result in attaching __/date?date=29.01.2003__ to the uri where the html form was called from.