You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Webwork provides a tag library decoupled from the view technology. In this section, we describe each tag in general terms, such as the attributes it supports, what the behaviors are, etc. Most tags are supported in all template languages (see JSP Tags, Velocity Tags, and FreeMarker Tags), but some are currently only specific to one language. Whenever a tag doesn't have complete support for every langauge, it will be noted in the reference documents.

  1. Control Tags provide control flow, such as if, else, and iterator.
  2. Data Tags allow for data manipulation or creation, such as bean, push, and i18n.
  3. Form Tags provide all form-related HTML output, such as form, textfield, and select.
  4. HTML Tags provide all non-form-related HTML output, such as a, div, and tabbedPanel.

Control Tags

append
generator
iterator
merge
sort
subset
if
elseIf
elseif
else

Data Tags

action
bean
set
param
push
property
text
i18n
debug
url
include

Form Tags

checkbox
checkboxlist
form
token
label
password
hidden
submit
radio
combobox
select
doubleselect
textarea
textfield
file
datepicker

HTML Tags

a
div
table
component
tabbedpane
tabbedPanel
panel

  • No labels