Hi, Im getting the error: "no bean specified" trying to use the built in LocaleAction that comes in struts-extras.jar (since
struts 1.2 i guess). Here is my code:
Links in
JSP:
Form Beans in struts-config.xml:
Action mappings in struts-config.xml:
Also having the corresponding ApplicationResources_en_US.properties and ApplicationResources_es_ES.properties configured.
I had the old method to change locale (implementing a custom Action subclass and calling setLocale(request, locale); It worked fine.
What's wrong ?
Notes:
- .homeLayout is a Tile definition.
- using struts 1.3.8 w/MyEclipse