Hey

I setup ApplicationResources.properties file in"com.trend.struts" package in "src" directory.

In which I have
   title = "MY TITLE"
element.

My struts-config line as follows :
<message-resources parameter="com.trend.struts.ApplicationResources" />

A jsp page containing following code
<%@ taglib uri='/WEB-INF/struts-bean.tld' prefix='bean' %>
<bean:message key='title' />

throws a jspException :
Missing message for key "title".

?






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

Reply via email to