This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 21 lines
JSPWiki allows you to embed HTML forms in a [wiki page]. This can be used for all sorts of interesting things, such as bug reports or other things.
For an example, please see [WikiFormsExampleText].
----
!Supported HTML form elements
* [FormOpen] - opens a form
* [FormClose] - closes a form
* [FormSet] - sets defaults for a form
* [FormOutput] - defines the [JSPWiki plugin] that handles the form, when it is finally submitted.
* [FormInput] - for different kinds of basic input fields, e.g. text, password, submit.
* [FormSelect] - provides a drop-down select list
* [FormTextarea] - provides a textarea field
!Included handlers
* [BugReportHandler]
* [SearchPlugin]
* ... and most of the [JSPWikiPlugins] can also take input from forms.