Hi guys!

Is there a way to configure the wicket components using the html markup?

I would like to do something like this:

<table>
<tr wicket:id="group1">
        ...
</tr>
<tr wicket:id="group2" wicket:component="parent=group1">
...
</tr>
<tr wicket:id="group3" wicket:component="parent=group2">
...
</tr>
</table>

The reason for this is that I want to create tables with collapsible
rows (if group1 is collapsed then group1 and group2 are not shown)

Thanks,
Stefan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to