You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Francisco Diaz Trepat - gmail <fr...@gmail.com> on 2007/12/05 19:57:32 UTC

Using the

Hi I wish to add <label> tag to my form and put some styling on it.

Is there a wicket side version of it?

What would be the best way of using it?

For instance, <label> tag has the for attribute, which should hold the id of
the form component that it is asociated with. How can I render it from
wicket?

Can I use a WebMarkupContainer and an AttributeModifier?

what would be a wicket way of handling form with <fieldset><label> etc?


Thanks,
f(t)

Re: Using the

Posted by Francisco Diaz Trepat - gmail <fr...@gmail.com>.
thx

On Dec 5, 2007 3:59 PM, Igor Vaynberg <ig...@gmail.com> wrote:

> see (Simple)FormComponentLabel
>
> -igor
>
>
> On Dec 5, 2007 10:57 AM, Francisco Diaz Trepat - gmail
>  <fr...@gmail.com> wrote:
> > Hi I wish to add <label> tag to my form and put some styling on it.
> >
> > Is there a wicket side version of it?
> >
> > What would be the best way of using it?
> >
> > For instance, <label> tag has the for attribute, which should hold the
> id of
> > the form component that it is asociated with. How can I render it from
> > wicket?
> >
> > Can I use a WebMarkupContainer and an AttributeModifier?
> >
> > what would be a wicket way of handling form with <fieldset><label> etc?
> >
> >
> > Thanks,
> > f(t)
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Using the

Posted by Igor Vaynberg <ig...@gmail.com>.
see (Simple)FormComponentLabel

-igor


On Dec 5, 2007 10:57 AM, Francisco Diaz Trepat - gmail
<fr...@gmail.com> wrote:
> Hi I wish to add <label> tag to my form and put some styling on it.
>
> Is there a wicket side version of it?
>
> What would be the best way of using it?
>
> For instance, <label> tag has the for attribute, which should hold the id of
> the form component that it is asociated with. How can I render it from
> wicket?
>
> Can I use a WebMarkupContainer and an AttributeModifier?
>
> what would be a wicket way of handling form with <fieldset><label> etc?
>
>
> Thanks,
> f(t)
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org