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

2012-04-18 Thread Rout, Biswajit
] Sent: Wednesday, April 18, 2012 2:52 PM To: Struts Users Mailing List Subject: RE: Request is not coming into my action method from the Extjs 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

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

2012-04-18 Thread Shrinivas Parashar
April 2012 12:12 To: Struts Users Mailing List Subject: RE: Request is not coming into my action method from the Extjs 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

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

2012-04-17 Thread Rout, Biswajit
: maurizio.cucchi...@gmail.com [mailto:maurizio.cucchi...@gmail.com] On Behalf Of Maurizio Cucchiara Sent: Wednesday, April 18, 2012 12:04 PM To: Struts Users Mailing List Subject: Re: Request is not coming into my action method from the Extjs Also be aware that there is already a json plugin to

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

2012-04-17 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" ha scritto: > Hello All, > We are doing one development activity based on Struts 2 + S

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

2012-04-17 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" ha scritto: > > Hello A

Request is not coming into my action method from the Extjs

2012-04-17 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 print