What do you mean by doesn't work? 

Do you get error messages? What does the generated html look like? Does
<fmt:message> work on it's own? Does using <bean:message> instead of
<fmt:message> make any difference?

Paul

> -----Original Message-----
> From: Todor Sergueev Petkov [mailto:[EMAIL PROTECTED]
> Sent: 27 November 2003 09:21
> To: Struts Users Mailing List
> Subject: JSTL and Struts tags problem...
> 
> 
> Hello everybody,
> Any idea why the following shouldn't work:
> 
> <html:submit property="act">                       <-- struts taglib
> 
>      <fmt:message key="search.generic.reset"/>      <-- jstl taglib
> 
> </html:submit>
> 
> I also tried to replace the middle line with <fmt:message 
> key="${search.generic.reset}"/>.
> 
> I also have configured the web.xml to load the properties 
> file for jstl 
> to use with the following code:
> 
> <context-param>
>   
> <param-name>javax.servlet.jsp.jstl.fmt.localizationContext</pa
> ram-name>
>   <param-value>ApplicationResources</param-value>
> </context-param>
> 
> Thanks a lot in advance,
> Todor
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


**************************************
Axios Email Confidentiality Footer
Privileged/Confidential Information may be contained in this message. If you are not 
the addressee indicated in this message (or responsible for delivery of the message to 
such person), you may not copy or deliver this message to anyone. In such case, you 
should destroy this message, and notify us immediately. If you or your employer does 
not consent to Internet email messages of this kind, please advise us immediately. 
Opinions, conclusions and other information expressed in this message are not given or 
endorsed by my Company or employer unless otherwise indicated by an authorised 
representative independent of this message.
WARNING:
While Axios Systems Ltd takes steps to prevent computer viruses from being transmitted 
via electronic mail attachments we cannot guarantee that attachments do not contain 
computer virus code.  You are therefore strongly advised to undertake anti virus 
checks prior to accessing the attachment to this electronic mail.  Axios Systems Ltd 
grants no warranties regarding performance use or quality of any attachment and 
undertakes no liability for loss or damage howsoever caused.


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

Reply via email to