Hello,I am trying to use <html:multibox> in Struts. I have several columns in my table associated with this multibox. Some of the columns in this table have to be updatable. I created <html: text> within this multibox for the properties that have to be updated. I am able to manipulate data on the screen. However, when I submit my form bean to a server, actual update doesn't happen, setter for these properties are never called. My question is if update can be done using multibox. I know this can be done using a checkbox. Please let me know and I will post my code.
Thank you.
Thank you.