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
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
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
>