you cannot reuse the same label more then once in markup. there are various
reasons for this that have to do with how wicket works internally.

what you can do is reuse the instance of model that drives the labels.

-igor


On 5/13/07, Lowell Kirsh <[EMAIL PROTECTED]> wrote:

I'd like to repeat the same thing in several spots on the same page.
Does this mean that I have to create several labels? Or is there a way
I could have them all reference the same label?

Thanks,
Lowell

-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to