JSPWiki logo
Strona główna
Zbieranina
Serwisy
Porady
Projekty
Humor sektora IT
TODO
Nowości
Ostatnie zmiany
Kontakt

Find pages
Unused pages
Undefined pages
Page Index

Set your name in
UserPreferences

Edit this page


Referenced by
Wiki Forms




JSPWiki v2.2.33


Form Output


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.

Parameters

  • 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.

Example

[{FormOutput handler='BugReportHandler' form='bugreportform'}]

[{FormOpen form='bugreportform'}]
...
[{FormClose}]


Back to WikiForms.




Go to top   Edit this page   More info...   Attach file...
This page last changed on 24-Apr-2005 11:02:04 GMT by unknown.