Struts Action 2 2.0-dev Taglib Index

<updownselect /> Render a up down select element
<form /> Renders an input form
<component /> Render a custom ui widget
<checkbox /> Render a checkbox input field
<iterator /> Iterate over a iterable value
<file /> Render a file input field
<set /> Assigns a value to a variable in a specified scope
<param /> Parametrize other tags
<tree /> Render a tree widget.
<doubleselect /> Renders two HTML select elements with second one changing displayed values depending on selected entry of first one.
<else /> Else tag
<richtexteditor /> Render a rich text editor element
<elseif /> Elseif tag
<submit /> Render a submit button
<push /> Push value on stack for simplified usage.
<property /> Print out expression which evaluates against the stack
<date /> Render a formatted date.
<url /> This tag is used to create a URL
<hidden /> Render a hidden input field
<token /> Stop double-submission of forms
<fielderror /> Render field error (all or partial depending on param tag nested)if they exists
<i18n /> Get a resource bundle and place it on the value stack
<actionmessage /> Render action messages if they exists
<append /> Append the values of a list of iterators to one iterator
<div /> Render HTML div providing content from remote call via AJAX
<action /> Execute an action from within a view
<text /> Render a I18n text message.
<tabbedPanel /> Render a tabbedPanel widget.
<password /> Render an HTML input tag of type password
<optiontransferselect /> Renders an input form
<label /> Render a label that displays read-only information
<merge /> Merge the values of a list of iterators into one iterator
<combobox /> Widget that fills a text box from a select
<bean /> Instantiate a JavaBean and place it in the context.
<reset /> Render a reset button
<checkboxlist /> Render a list of checkboxes
<textfield /> Render an HTML input field of type text
<actionerror /> Render action errors if they exists
<treenode /> Render a tree node within a tree widget.
<include /> Include a servlet's output (result of servlet or a JSP page)
<datepicker /> Render datepicker
<head /> Render a chunk of HEAD for your HTML file
<debug /> Render debug tag
<textarea /> Render HTML textarea tag.
<radio /> Renders a radio button input field
<a /> Render a HTML href element that when clicked calls a URL via remote XMLHttpRequest
<table /> Instantiate a JavaBean and place it in the context.
<select /> Render a select element
<if /> If tag
<panel /> Render a panel for tabbedPanel