RE: new newsgroups:Lab1
"Peyathevar, Santhi {PBG}" <[email protected]> Wed, 9 Jul 2003 12:08:49 -0500
| Newsgroups | gmane.comp.java.mvc.devel |
|---|---|
| Message-ID | <[email protected]> |
All: Problem: My taskEdit.jsp is not picking up the message from property file 1.taskEdit.jsp: <fmt:message key="pepsi.task.name"/> 2.struts.xml: <message-resources parameter="properties/messages_en-US"/> 3.messages.properties, messages_en-US.properties exist in WEB-INF\classes\properties 4.property entries are in both .property files What am i missing? In step 2, tried: parameter="WEB-INF/classes/properties/messages_en-US" Santhi