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

Notes

The "required" attribute on many WebWork UI tags isn't defaults to true only if you have client side validation enabled and there is a validator associated with that particular field.

It's very important to note that all tags that insert something into the valuestack (like i18n or bean tags) will remove those objects from the stack on its end tag. This means that if you instantiate a bean with the bean tag (<ww:bean name="'br.univap.fcc.sgpw.util.FormattersHelper'">) that bean will be avaliable on the valuestack only until the </ww:bean> tag.
Document generated by Confluence on Dec 14, 2004 16:36