That is rather lame but so is using logic:iterate when the standard
c:forEach is so much easier ;-).

David

--- Nils Liebelt <[EMAIL PROTECTED]> wrote:

> 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]
> 
> 



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250

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

Reply via email to