I am porting ExtJs3 project to ExtJs4 and while converting Grids and their Direct stores I came to know that DJN 2.0 has no support for passing parameters to the Java Function from "base Params" .. not even paging start and limit parameters!!
Is any body out there did solve this already ? any link this problem solution or a peice of code ?
I asked this question on the DJNs developer Paulos thread as well but I want to know if any body in community has already dealt this problem.
@mitchellsimoens: I am thinking of a work around right now, cant wait for DJN any more running out of time..
If I right my own Servlet in java and write a Store in js which communicate with Servlet like as in php , instead of using DJN as a communication medium, I think this is the only way for me right now?
Am I looking at the right direction?
Originally Posted by mitchellsimoens
They really need to fix that project then if it doesn't support passing params.