Click
Click Examples

Source Viewer : /panel/panel-column-demo.htm

This example demonstrates how to integrate a Panel inside a Table Column.
The source for the PanelColumn can be found <a target="_blank" href="$context/source-viewer.htm?filename=WEB-INF/classes/org/apache/click/examples/page/panel/PanelColumn.java">here</a>.
<p/>
Search for the name "david" to see panels embedded inside the
Table. Note Table pagination is working as expected.
<p/>

$form.startTag()
 Customer <span class="required">*</span> ${form.fields.name}${form.fields.search}
$form.endTag()

<p/>

$table