Hello,
I got a strange (and probably) wrong behaviour here. I was trying to put a checkbox on the page, and you know it: unchecked checkboxes are not written to the request (only checked boxes are)
What struts normally offers is to overrite:
@Override
public void reset(ActionMapping mapping, ServletRequest request)
to reset all the checkboxes to "false". But in my case, this reset() is never called!
Someone got an idea?
Thanks in advance,
mana