cmaheshwari16 0 Newbie Poster

Hi All,

I am using Struts framework, and finding that my url is showing parameters values.

Actually after calling action I am redirecting to some other page on SUCCESS . (through Struts.xml config). Now in jsp I am redirecting with " method = post ". still when showing success page its showing parameter in the url.

what could be the reason for that. I cannot use all the parameters as hidden. ( Also there is no sense as readymade scripts are available to find the hidden parameters)

Is there any struts configuration for that. Please explain.