Re: Using Java Generics in Struts Actions

2009-07-12 Thread Laetitia DUBY
On Sun, Jul 12, 2009 at 3:20 PM, Dave Newton wrote: > You don't describe the circumstances under which you get the error, so it's > difficult to help. It might just be OGNL's result vs. action property thing, > which is ignorable. I am not sure what you mean by circumstances, so I'll add all the re

Re: Using Java Generics in Struts Actions

2009-07-12 Thread Dave Newton
You don't describe the circumstances under which you get the error, so it's difficult to help. It might just be OGNL's result vs. action property thing, which is ignorable. Dave Laetitia DUBY wrote: Hi all ! I'm new to Struts2 and I'm starting with implementing a simple app. So far, everythi

Using Java Generics in Struts Actions

2009-07-12 Thread Laetitia DUBY
Hi all ! I'm new to Struts2 and I'm starting with implementing a simple app. So far, everything was fine. But now I want to complexify a bit by introducing java generics (to prevent from repeating same treatments in several classes) and integrating with Spring. I tried writing a GenericAction whi