Wicket div component?

2008-04-16 Thread Michael Mehrle
I need to create a div in my template that is being set to a different css class before it gets drawn. So, a regular non-wicket div HTML tag is out. How can I create a simple div tag without using a wicket panel? (I'm inside a form, so I don't want to use a panel). Thanks, Michael

Re: Wicket div component?

2008-04-16 Thread Vit Rozkovec
You can attach WebMarkupContainer to it. Vitek Michael Mehrle wrote: I need to create a div in my template that is being set to a different css class before it gets drawn. So, a regular non-wicket div HTML tag is out. How can I create a simple div tag without using a wicket panel? (I'm inside

RE: Wicket div component?

2008-04-16 Thread Michael Mehrle
Good idea and it worked! :-) Thanks, I feel silly for not thinking of this myself... note to myself - get more sleep. Michael -Original Message- From: Vit Rozkovec [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 2:36 PM To: users@wicket.apache.org Subject: Re: Wicket div

Re: Wicket div component?

2008-04-16 Thread Ricky
... note to myself - get more sleep. Michael -Original Message- From: Vit Rozkovec [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 2:36 PM To: users@wicket.apache.org Subject: Re: Wicket div component? You can attach WebMarkupContainer to it. Vitek Michael Mehrle