The struts-example webapp has the following in logon.jsp: <bean:message key="prompt.username"/>:
The message comes from ApplicationResources.properties. The README file for Struts-El says that <bean:write> is replaced by <c:out>. How do I write out something in the .properties file? I looked at bean-write.jsp in the strutsel-exercise-taglib webapp, but did not see an example of this. I'm working with the 10/14 nightly build. Has anyone done an EL version of struts-example? I don't have i18n issues, I can just as well hard-code the labels, but I thought I'd try to follow more best practices this time around. -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University, PA, IRM --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

