Re: RequestFactory and ListDataProvider assign type Problem

2012-04-10 Thread jmbz84
Solved! removed the type T from the methods On 9 abr, 21:37, jmbz84 jmb...@gmail.com wrote: Hello, I'm trying to make a generic method to get some data with RequestFactory. I have a method getData that executes fire on a Request in order to get a list of items(generics) The problem is

RequestFactory and ListDataProvider assign type Problem

2012-04-09 Thread jmbz84
Hello, I'm trying to make a generic method to get some data with RequestFactory. I have a method getData that executes fire on a Request in order to get a list of items(generics) The problem is when I try to assign the returned List arg0 to my ListDataProvider I get a type error. private