Re: Request Parameters Not Showing up in Struts Form

2004-11-15 Thread Dhruva B. Reddy
I figured out why this is happening. I use the html:rewrite tag to create the URLs. The problem is, it expands the "&" parameter separator into "&", which is not parsed properly. Is there any way to get the tag not to do this (again this is Struts 1.1)? Failing that, is there another easy way t

Re: Request Parameters Not Showing up in Struts Form

2004-11-12 Thread Rick Reumann
Dhruva B. Reddy wrote the following on 11/12/2004 12:12 PM: I am using Struts 1.1, and I need to get to an Action with a GET request (with parameters in the URL, as opposed to an HTML form). If I dump the query string in the Action, I can see that all the parameters are getting through. However,

Request Parameters Not Showing up in Struts Form

2004-11-12 Thread Dhruva B. Reddy
I am using Struts 1.1, and I need to get to an Action with a GET request (with parameters in the URL, as opposed to an HTML form). If I dump the query string in the Action, I can see that all the parameters are getting through. However, the Action's form is not populated properly--I only get the