DataProvider to Controller (solved)

Hi again,

is it possible to pass a DataProvider to the Controller? If I just add it as a parameter, it doesn’t work, because DataProvider is an object. I even tried JSON encoded + url encoded but that makes the URL too long in some cases.

Any other ways to ellegantly pass a DataProvider?

Edit: Maybe I should have given myself some time before opening this topic: I solved it by putting the dataProvider in the session array.

SOLVED!

The amusing information