Struts 2.0.11 localization issue

2007-11-30 Thread giglian
my web app display message in jsp page ( using ) always in one language. I have two localization files (package.properties and package_it.properties in the same folder), and I always get the messages in Italian language even if the client language is English (en-us). Rather in my production enviro

Struts 2.0.11 executing twice of action execute method

2007-11-30 Thread giglian
My web app have an action to delete one row in a MS Access table (access though sun.jdbc.odbc.JdbcOdbcDriver). The method return the number of rows deleted. The first time it's executed, it return the right number of deleted rows: 1. The action after reading the method result, it return SUCCESS, b

Re: Struts 2.0.11 localization issue

2007-12-03 Thread giglian
gt; from >> > struts.properties is displayed. If I append >> > request_locale=uk to an >> > .action link, than the locale is changed, but only >> > for this current >> > HTTP request. Next clicks on links cause the default >> > locale to be >