You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Luther Baker <lu...@gmail.com> on 2009/06/14 17:04:44 UTC

wicket:message on an attribute

Is there a way to use wicket:message on markup attributes?

Pseudo something like this?

<li title='<wicket:message key="category"/>'>

Thanks,

-Luther

Re: wicket:message on an attribute

Posted by Luther Baker <lu...@gmail.com>.
That did it - thank you,

-Luther


On Sun, Jun 14, 2009 at 10:14 AM, Maarten Bosteels
<mb...@gmail.com>wrote:

>
> http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html#Wicket%27sXHTMLtags-Attributewicket:message
>
> *wicket:message="attribute:resource_identifier"* - Used on any tag that we
> want Wicket to provide an attribute with a value that's the result of a
> resource lookup.
>
> Maarten
>
> On Sun, Jun 14, 2009 at 5:04 PM, Luther Baker <lu...@gmail.com>
> wrote:
>
> > Is there a way to use wicket:message on markup attributes?
> >
> > Pseudo something like this?
> >
> > <li title='<wicket:message key="category"/>'>
> >
> > Thanks,
> >
> > -Luther
> >
>

Re: wicket:message on an attribute

Posted by Maarten Bosteels <mb...@gmail.com>.
http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html#Wicket%27sXHTMLtags-Attributewicket:message

*wicket:message="attribute:resource_identifier"* - Used on any tag that we
want Wicket to provide an attribute with a value that's the result of a
resource lookup.

Maarten

On Sun, Jun 14, 2009 at 5:04 PM, Luther Baker <lu...@gmail.com> wrote:

> Is there a way to use wicket:message on markup attributes?
>
> Pseudo something like this?
>
> <li title='<wicket:message key="category"/>'>
>
> Thanks,
>
> -Luther
>