Re: Problem with LocaleAction

2009-05-28 Thread Paul Benedict
Have you looked at the source of LocaleAction? I can't remember whether it requires a form bean or uses straight request parameters. Add scope="request" to your action mappings and see if it makes a difference. On Sat, May 23, 2009 at 1:00 PM, Ed wrote: > I have realized that LocaleAction is not

Re: Problem with LocaleAction

2009-05-23 Thread Ed
I have realized that LocaleAction is not receiving the form bean, the error message "No bean specified" triggers. Why ?? Ed escribió: Hi, my links to change local dont work !!, here my code: --- links: Español · English --- form-beans: type="org.apache.stru

Problem with LocaleAction

2009-05-22 Thread Ed
Hi, my links to change local dont work !!, here my code: --- links: Español · English --- form-beans: type="org.apache.struts.action.DynaActionForm"> --- actions: Also having the corresponding ApplicationResources_en_US.propert

Re: Problem with LocaleAction (bug)

2005-12-05 Thread Laurie Harper
Paul Benedict wrote: I wonder if anyone has encountered this. This might be a bug (highly likely) and I'd like to find out. The LocaleAction can receive a "page" parameter which redirects it to the specified URL after setting the locale. Well I made myself a DynaActionForm which contained this

Problem with LocaleAction (bug)

2005-12-04 Thread Paul Benedict
I wonder if anyone has encountered this. This might be a bug (highly likely) and I'd like to find out. The LocaleAction can receive a "page" parameter which redirects it to the specified URL after setting the locale. Well I made myself a DynaActionForm which contained this parameter (along with