Multiple Multi-SelectBox is not working as expected
---------------------------------------------------
Key: STR-3205
URL: https://issues.apache.org/jira/browse/STR-3205
Project: Struts 1
Issue Type: Bug
Reporter: Sreekanth S Nair
Hi,
This is based on usage of Multiple Multi-Selectbox
I have a form which is having a Multi-Selectbox named XYZ
when i use request.getParameterValues("XYZ") in my action class i'm getting an
String [] of selected values
Up to that perfectly all rite... But
If i add one more Multi-Selectbox named XYZ (pls note : same name) in the same
form. So inturn now my form contains two Multi-selectbox with the same same
name. then
when i use request.getParameterValues("XYZ") in my action class i'm getting an
String [] of selected values from both the select boxes together. So i can't
able to distinguish which are the items in that array corresponds to first
Multi-selectbox and which all r from second one..
seems to be a bug from struts, if not is there any way to solve it?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.