hi stefan,

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)

since you would have to add specific components 'group2' and 'group3' from within java, anyway, you can add 'isVisible' logic there, not?

best regards, --- jan.

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

Reply via email to