>> Yes, I see there is planty solutions, but I am a little losted.
>>
>> I understand very well the WebMarkupContainer and the setVisible mecanism.
>>
>> But I don't undestand very well where is the markup in
>> WebMarkupContainer...

There is no difference whether the div's are visible or not.

If you insert components within them, you just add normally:

WebMarkupContainer dadaDiv = new  WebMarkupContainer("my_first_option");
page.add(dadaDiv);
dadaDiv.add(new Label("my_span"));

.. and  so-on.

If you want the WebMarkupContainer to be a panel, no problem, it can
be a new Panel("my_first_option"); as well.

Simply try-it-out and show us your code if you cannot make it work.

**
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to