sorry, but when searching list, I get the error "Text search not available for this list "
which I wasn't getting the other day, so I could not search the archives. I am still getting "Cannot find message resources under key org.apache.struts.action.MESSAGE" How is i18n supposed to be setup? I was just following an old tutorial on the subject and following the sample app of which web.xml had the following.... <servlet> <servlet-name>action</servlet-name> <servlet-class>org.apache.struts.action.ActionServlet</servlet-class> <init-param> <param-name>config</param-name> <param-value>/WEB-INF/struts-config.xml</param-value> </init-param> <init-param> <param-name>application</param-name> <param-value>ApplicationResources</param-value> </init-param> <load-on-startup>1</load-on-startup> </servlet> and yes, ApplcationResource.properties exists and the case is correct in <webapp>/WEB-INF/classes directory. I do notice something about the resources file only being set if checkPageScope is true. Anybody know if this is a bug? thanks for any help on this, dean