This has nothing to do with Struts in particular. 

After spending 4:30 hrs of researching why my logic:iterate tags do such
strange things and why I get the weirdest Exceptions with now hints in no
mailinglists I find out that the Poseidons code generator actually makes a
method with such signature:

    public void addNationality(java.util.Collection nationality)

But this method doesn't add your argument to the objects collection, it just
places it inside:
        this.nationality.add(nationality);

How f#$%ckin dumb is that! Sorry bothering but I just had to express myself
to people who understand.


mtgglf


Nils


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to