PDA

View Full Version : Ajax, Spring MVC, and dhtmlxGrid/dhtmlxTree


scott
Aug 12th, 2007, 08:25 PM
First, is anyone familiar with a third party addon dhtmlxGrid/dhtmlxTree built by a software company in Belerus?

If yes. Great, for I have a question in regarding to the Ajax and the Spring's ModelAndView Object returned from the controller.

If the dhtmlxGrid launch the "test.htm?cmd=testHandler&id=123", the testHandler returns the ModelAndView.

Will the dhtmlxGrid intercept this response(by employing the ajax)?

Thanks

Scott

testHandler is a method in the testController.java

dhtmlxGrid implements the ajax technology.

dr_pompeii
Aug 12th, 2007, 10:24 PM
If the dhtmlxGrid launch the "test.htm?testController", the testController.java returns the ModelAndView.

Will the dhtmlxGrid intercept this response(by employing the ajax)?
i dont know what means launch "test.htm?testController", but i used t work with drw/spring, and dwr usually should call a service not a controller

i had tha same question if the ajax tool should manage the ModelAndView how responde or some object from the service

Will the dhtmlxGrid intercept this response(by employing the ajax)?
good question, did you the same question in their forum?

regards