Main
The Road Behind
VenezuelaTrinidad Curacao Galapagos Ecuador Peru Bolivia Paraguay Argentina Chile Hong Kong Thailand North Thailand South Malaysia Cambodia Singapore Nepal Kathmandu Royal Trek Nepal Trek India India Palace Udaipur Bangalore Greece Islands Rhodes Camping Olympia Turkey Istanbul Bath Bursa Cappadocia Bodrum South Africa Garden Route Cape Town Namibia Fish River Etosha Botswana Zimbabwe Wedding Great Ruins Germany Bathroom Netherlands Spain Madrid Seville Granada Gibraltar Morocco Portugal Sintra France Normandy Egypt Pyramids Nile Aswan Abusimbel Luxor Valley of Kings Alexandria Red Sea Jordan Kings Valley Aman Palestine The Road Ahead
IsrealCzech Republic Austria Italy Switzerland England Find pages Unused pages Undefined pages Page Index
Set your name in
UserPreferences
Referenced by
JSPWiki v2.2.33
|
WikiForms Form Plugin ExampleThis page uses the WikiForms plugins to provide parameters to the CurrentTimePlugin, and displays the result. Table of ContentsGiving DefaultsThe first item, hidden in normal WikiPage viewing, looks like this:
[{FormSet form='testform' format='EEE, d MMM yyyy HH:mm:ss Z' rd1='r2'}]
The FormSet plugin sets the default date format for a form field format in form testform. (It also sets a radio button default value - just for demonstration, no real functionality.) Form Output and Error MessagesThe second item, also hidden, looks like this:
[{FormOutput form='testform' handler='CurrentTimePlugin' populate='handler'}]
It specifies that the CurrentTimePlugin, which comes in the stock JSPWiki distribution, should be used to generate some output to display here. While the output is usually built in response to a POST from a form called testform, the populate attribute here hints the plugin that we want default information even if no post has been made. This is what the output looks like:
Mon, 21 May 2012 13:15:34 -0400
Opening the FormThe third element starts the actual HTML form called testform:
[{FormOpen form='testform'}]
Go ahead, click on Update, and notice how your format changes and selections are retained. Synopsis:
|
Please make one. |
||||||