hi good day ,
i trying to setup 2 resource properties files, where i located it in web-inf\src\java
there are MessageResource.properties and PagesResources.properties,
and i have configure struts-config in this way
this is how PagesResources look like :
when i try display it out in
jsp by using
it prompt me error "SEVERE: ServletException in '/pages/userrole/userrolesearch.jsp': Missing messag
e for key "userrole.search"
javax.servlet.ServletException: Missing message for key "userrole.search""
can someone spot out any error on this ?
thanks for enlighten