codagtr
Aug 29th, 2005, 12:00 PM
I must say that I am quite perplexed by this one.
I set up a Wizard Controller--the form has an array of checkboxes (all having the same name) and it works just fine on Firefox. However when submitting with Internet Explorer, 0 is always returned by getTargetPage(). A debug shows that the call to request.getParameterNames() returns an empty enumeration.
I overrode getTargetPage() to look for a request parameter of my own, but that too is null.
I have other pages in the web app (Struts-driven ones) that have a similar checkbox array and they work on both browsers.
Thanks kindly,
Patrick D.
I set up a Wizard Controller--the form has an array of checkboxes (all having the same name) and it works just fine on Firefox. However when submitting with Internet Explorer, 0 is always returned by getTargetPage(). A debug shows that the call to request.getParameterNames() returns an empty enumeration.
I overrode getTargetPage() to look for a request parameter of my own, but that too is null.
I have other pages in the web app (Struts-driven ones) that have a similar checkbox array and they work on both browsers.
Thanks kindly,
Patrick D.