Re: Bunch of issues...
Hani Suleiman <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <20673959.1145310564131.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
> Ognl. The problem, of course, is type erasure in the > lovely JDK1.5 generics, so at runtime a List is a > List. Sorry, I can't let this pass either. erasure in fact HELPS in this case, it'd be one thing if ognl were somehow figured out that my getTotal method takes in List<String> and did the coercion, but that's not the case. My point is that it shouldn't give a shit what's in my List, a List is a List, and if I just looked one up and assigned it an id, then passed the List to some other method. it's not insane to expect that the same List is passed, without ognl wanting to molest its contents. --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=26282&messageID=51729#51729 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]