On 9/22/10 11:56 AM, Michelle Weeks wrote:
If one key has a special character the whole Map is not set into the action.

I'm guessing it's an encoding issue. Are these strings encoded in the resulting html? If the parameters are part of the URL (GET request) then they'll probably wind up encoded by the browser before they get sent back, anyway. Trace it through the path outbound from the jsp to the browser back to the server through the params interceptor and see where the values are getting encoded and decoded.

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to