Request is not coming into my action method from the Extjs

2012-04-18 Thread Rout, Biswajit
Hello All, We are doing one development activity based on Struts 2 + Spring 3 + Spring JDBC Template + Extjs 4.1 I want my Combo box to be getting populated with dynamic data fetched from the DB. However when I am running, I can see it is not at all entering into my action method (Not even

Re: AJAX Advice

2012-04-18 Thread Roy Six
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you are looking to do this without the struts2-jquery-plugin and you want to directly use jquery's built-in Ajax functions like .ajax and the shortcut .getJSON (and so forth), that is very possible without much trouble (you might need the

Re: Request is not coming into my action method from the Extjs

2012-04-18 Thread Maurizio Cucchiara
What happen if you call directly to http://localhost:7001/3pd/adminProcess.action? also, ensure that you are not violate the same origin police Sent from my mobile device, so please excuse typos and brevity. Maurizio Cucchiara Il giorno 18/apr/2012 08.00, Rout, Biswajit biswajit.r...@hp.com ha

Re: Request is not coming into my action method from the Extjs

2012-04-18 Thread Maurizio Cucchiara
Also be aware that there is already a json plugin to produce/consume json data. Sent from my mobile device, so please excuse typos and brevity. Maurizio Cucchiara Il giorno 18/apr/2012 08.00, Rout, Biswajit biswajit.r...@hp.com ha scritto: Hello All, We are doing one development activity

RE: Request is not coming into my action method from the Extjs

2012-04-18 Thread Rout, Biswajit
Hi, Per my understanding why do I need a Struts2-JSON plugin? In my js file I am invoking using Ext.data.Store. I am not at all using Ext.data.JsonStore Please correct me if I am wrong. Best regards, Biswajit Planned Vacation : From 2-July-2012 to 6-July-2012 -Original Message- From:

RE: Request is not coming into my action method from the Extjs

2012-04-18 Thread Shrinivas Parashar
You need not use Struts2-JSON plugin unless you are not returning json result. What happens is you copy http://localhost:7001/3pd/adminProcess.action' directly in the browser? Is your action called? -Original Message- From: Rout, Biswajit [mailto:biswajit.r...@hp.com] Sent: 18 April

RE: Request is not coming into my action method from the Extjs

2012-04-18 Thread Rout, Biswajit
Hi, If I am calling http://localhost:7001/3pd/adminProcess.action directly in the browser, then also my method is not called. Best regards, Biswajit Planned Vacation : From 2-July-2012 to 6-July-2012 -Original Message- From: Shrinivas Parashar [mailto:shrinivas_paras...@symantec.com]