Re: my execute method of action class is getting executed twice

2007-12-04 Thread giglian
Hi, I have the same problem, you can look at my message of November 30. However see below the bug I posted: "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, i

localization issue for "it" extension

2007-12-03 Thread giglian
I tried using the example application (struts2-blank-2.0.11.war) and it working fine using package_es.properties and package.properties, that is I getting the messages in the right language. I got the same result using package_fr.properties rather than package_es.properties, they working fine! Bu

Re: localization

2007-12-03 Thread giglian
I tried using the example application (struts2-blank-2.0.11.war) and it working fine using package_es.properties and package.properties, that is I getting the messages in the right language. I get the same result using package_fr.properties rather than package_es.properties. But if I rename the pa

Re: JSP EL on struts2 tags

2007-11-30 Thread giglian
vedo che stai utilizzando Struts 2. io ho un problema con la "localization". praticamente pur avendo due files di properties (package.properties (inglese) e package_it.properties (italiano)) le pagine jsp (dove utilizzo il tag ) mi compaiono sempre nella lingua del sistema operativo anzichè nella

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

localization

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