If I have a component with a nested ListView, and I make the parent
component go away for a bit with setVisible, the List will be
reconstructed from scratch?

Is the understanding that for Wicket "Invisible" means "the component
objects (Labels, etc) have Gone Away"?

What are the advantages of that? I know it means there's a lot of
boilerplate that has to be done for the opposite,
when something starts out as Visible false, the old
.setOutputMarkupId(true); and .setOutputMarkupPlaceholderTag(true);
I think it's part of the philosophy of Wicket I don't get yet...

If you wanted to just a cosmetic, DHTM/CSS "display: none" type of
visibility, is there something you can do other than
making a new AttributeModifier (with a custom Visibility Model kind of
thing) or a SimplleAttributeModifier with a CSS
"display:none" String there?

Thanks!

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

Reply via email to