On Wed, 30 May 2007, Lowell Kirsh wrote:
> I making a web page which contains some markup that I'd like to remove
> (sometimes). I imagine it would look like:
>
> ...
> <span wicket:id="removeMe">Hello <b>W</b>orld</span>
> ...
>
> Is it possible to remove this markup?
new WebMarkupContainer("removeMe") {
protected void onBeforeRender() {
super.onBeforeRender();
setVisible(sometimesFalse());
}
}
- Timo
--
Timo Rantalaiho
Reaktor Innovations Oy <URL: http://www.ri.fi/ >
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user