-
Struts html:multibox problem (2 messages)
- Posted by: Jyotirdipta Das
- Posted on: August 24 2005 00:46 EDT
Hi ,
I am using html:multibox tag in Struts and having problems retrieving the value in the Action class when there is only one check box in the page . It is working fine when there is more that one checkbox .
Let me know if anybody has faced this problem and the solution to this .
Thanks
JyotiThreaded Messages (2)
- override reset() in ActionForm by sharath kulal on August 25 2005 13:08 EDT
- Struts problem with single multibox in page by Chandran M on February 20 2011 06:37 EST
-
override reset() in ActionForm[ Go to top ]
- Posted by: sharath kulal
- Posted on: August 25 2005 13:08 EDT
- in response to Jyotirdipta Das
override reset() in ActionForm. Since the browser will never signal that a box has been un-checked, the only solution is to reset all the boxes, and then check the ones that are now present in the request. -
Struts problem with single multibox in page[ Go to top ]
- Posted by: Chandran M
- Posted on: February 20 2011 06:37 EST
- in response to Jyotirdipta Das
Hi,
Did you get rid of this issue. I am facing the same problem and need some input to fix this issue.
Whenever there is a single multibox in the page, the selection does not gives the value. The property value is undefined state.
I would really appreciate for any input.