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</param-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]



Reply via email to