I suggest you to check what the parameters value actually are sent to server side.
You can see this information via these tools: [Burp Proxy]: http://portswigger.net/burp/proxy.html OR [TCPMon]: http://ws.apache.org/commons/tcpmon/tcpmontutorial.html If the parameter value sent to server is not good, then we can say the error occurs in client side somehow, so you can stop analyzing your code of server side and turn your attention to client side code (HTML, JS and so on) If the parameter value sent to server is good, then we can say the error occurs in the server side. In this case, I suggest you to upgrade your version of Struts and xWork first. Because it's meaningless if you waste your time on some bug of the old version of framework/library. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org