>>>>> "Bernhard" == Bernhard Oberndorfer <[EMAIL PROTECTED]> writes:

    Bernhard> Hello
    Bernhard> I´m using a logic:iterate and html:multibox element in my jsp-page.
    Bernhard> The getter-methode of my multibox-element(getSelectedFoos()) is called 
as it
    Bernhard> should.
    Bernhard> But the setter-methode(setSelectedFoos()) is never called by the 
controller.
    Bernhard> Why? What I´m doing wrong?

Using the nightly build, I just tried a very similar structure, and I saw no
problem with the setter method being called.  However, note that there is one
situation where it doesn't call the setter method, and it's not supposed to.
That's when all of the generated checkboxes are unchecked.  I'm guessing that's
not the situation you're referring to, but I'll mention it just in case.

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to