You can see what tags are in a taglib by perusing the .tld   I did this for you and it 
looks like there is a 'messages' tag inside struts-html.tld, but it doesn't have 'key' 
attribute.

I think you're looking for <bean:message />  although the "html" part is just a 
namespace or prefix that could be referring to any taglib, so technically it could be 
valid.

 -----Original Message-----
> From: Art Vandalay [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 12, 2003 12:46 PM
> To: Struts Mailing List
> Subject: Is html:message Valid?
> 
> 
> 
> In the Struts user guide located here:
> 
> http://jakarta.apache.org/struts/doc-1.0.2/userGuide/building_
> view.html#i18n
> 
> in Section 3.3.1 Building Forms With Struts, the example uses 
> the following notation:
> <th align="right">
>       <html:message key="prompt.password"/>
>  </th>
> 
> Is this a typo or does html:message exist? I could not find 
> any mention of it in the Struts User guide and when I 
> attempted to use it in my own JSP I got an error stating that 
> "message" was invalid (sorry, I lost the exact error message 
> but it was something to that affect).
> 
> Thanks.
> 
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to