This page last changed on Dec 14, 2004 by plightbo.
Click on a tag to find more information on the tag. Note that all UI tags are now evaluated against the value stack so you need to (single) quote your literal string values. The actual rendering of these tags can be customized. The location of the tag templates is defined by the webwork.ui.theme property in webwork.properties. See the Themes and Templates references for more details.
Name | Tag | Description |
Checkbox tag | <ww:checkbox /> | render a checkbox input field |
Checkboxlist tag | <ww:checkboxlist /> | render a list of checkboxes |
Combobox tag | <ww:combobox /> | widget that fills a text box from a select |
Component tag | <ww:component /> | render a custom ui widget |
File tag | <ww:file /> | renders a file select input field |
Form tag | <ww:form /> | defines an input form |
Hidden tag | <ww:hidden /> | render a hidden field |
Label tag | <ww:label /> | render a label that displays read-only information |
Password tag | <ww:password /> | render a password input field |
Radio tag | <ww:radio /> | renders a radio button input field |
Select tag | <ww:select /> | renders a select element |
Submit tag | <ww:submit /> | renders a submit button |
Table tag | <ww:table /> | renders a table |
Tabbedpane tag | <ww:tabbedpane /> | renders a tabbedpane |
Textarea tag | <ww:textarea /> | renders a text area input field |
Textfield tag | <ww:textfield /> | renders an input field of type text |
Token tag | <ww:token /> | stop double-submission of forms |
Internationalization Tags | | |
I18n tag | <ww:i18n /> | put resource bundle in stack |
Text tag | <ww:text /> | renders string from bundle |
|