Re: wicket:message on an attribute

2009-06-14 Thread Maarten Bosteels
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 lutherba...@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

2009-06-14 Thread Luther Baker
That did it - thank you,

-Luther


On Sun, Jun 14, 2009 at 10:14 AM, Maarten Bosteels
mbosteels@gmail.comwrote:


 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 lutherba...@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