You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Nils Liebelt <ni...@candor.co.za> on 2005/01/24 21:56:49 UTC

OffTopic - aaaaaaaaaaaaaaaaaaaaaaaarrrrgggh

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org