Click
Click Examples

Source Viewer : /control/field-separator-demo.htm

<style type="text/css">
    td.box {       
        padding-left: 2em;
        padding-right: 2em;
        vertical-align:top;
    }
</style>
<p>The <tt><a target="_blank" href="$context/javadoc/org/apache/click/examples/control/FieldSeparator.html">
FieldSeparator</a></tt> allows a visual separation of groups of fields, as an alternative to using the <tt>FieldSet</tt>.
</p>
<table>
    <tr>
        <td class="box">
            <h3>FieldSeparator Usage</h3>
            $newForm
        </td>
        <td class="box" width="100" style="text-align:center;"><h3>vs</h3></td>
        <td class="box">
            <h3>Classical FieldSet Usage</h3>
            $classicForm
        </td>
    </tr>
</table>