Hi everybody
Is it possible to add a Wicket-Component depending on the existence of a
wicket:id
in the Markup? Something like
// Code with adding Components
if there is a Markup-Element with WicketId "Submit" then
this.add(new Button("Submit",...));
As far as I understood, it is not possible in this way. But maybe
there's an #
equivalent solution?
Bye
Benedikt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]