In case FormOpen does not define a servlet to submit the form to, you can also specify it using FormOutput. There can only be one FormOutput per form.
A FormOutput does not have to be within the Form, but it can be.
- form : Which form to be an output to. This must match the name of the corresponding FormOpen.
- handler : Which JSPWikiPlugin should be invoked to handle the form submission.
- populate : TBD.
[{FormOutput handler='BugReportHandler' form='bugreportform'}]
[{FormOpen form='bugreportform'}]
...
[{FormClose}]
Back to WikiForms.
Go to top
|
|
This page last changed on 24-Apr-2005 12:02:04 EDT by unknown.
|
|