<s:input_box>

Intended as a container for long, short boxes such as a search box on the top of each page.

Example HTML


<s:input_box>
    <s:textbox name="search"> 
    <s:button href="javascript:performSearch();" label="Search">
</s:input_box>


Example Output