views:

29

answers:

0

Hi, I am trying to submit a Ext form on click of a link. By clicking on link I call a javascript function and submit the form there.

I am also using spring, so when I submit the form it goes to the controller and process the request and hit the database and i return a modelandview object where i set the view name and an arraylist.

but it doesn't go to the View as i specicy in the modelandview object. But it throws a javascript error.

can anyone help in this.

Thanks in advance!