Gee, it's been a while since I've gotten to write some code actually USING Struts instead of inside of it (the EL part, at least).
I'm using Struts 1.1, with WebLogic 8.1. I have a multibox that is using a mapped property. The setter in the bean properly gets called with the key and value. The odd thing is that the setter gets called twice. The stack trace is identical between the two calls. In my test case, I have two checked checkboxes, and I see the setter get called first with the first checkbox value, then with the second checkbox value, then it does them both again. This isn't critical, as each call is sending the same data, I'm just trying to understand why it would be calling the method twice. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

