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

2012-04-17 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: ma

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

Re: AJAX Advice

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

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

Re: Authentication and authorization

2012-04-17 Thread Aravind Kumar
M. Rakowski, Sorry for bothering again, How do I do that ? I searched for struts2 and spring security integration but am not able to find any of the resources. On Tue, Apr 17, 2012 at 11:21 PM, M. Rakowski wrote: > Hey, > > i would definitely _discourage_ you from using JAAS. > > IMHO go with S

Re: Authentication and authorization

2012-04-17 Thread M. Rakowski
Hey, i would definitely _discourage_ you from using JAAS. IMHO go with Spring Security: http://static.springsource.org/spring-security/site/ It is pretty easy to integrate in Struts and provides everything you need for both authentication and authorization.

Re: Authentication and authorization

2012-04-17 Thread Aravind Kumar
thank you :) On Tue, Apr 17, 2012 at 9:21 PM, Chris Pratt wrote: > Struts itself doesn't provide an Authentication & Authorization subsystem, > but it will work well with Spring Security, Apache Shiro, or roll-your-own > solutions. > (*Chris*) > > On Tue, Apr 17, 2012 at 5:28 AM, Aravind Kumar

Re: Authentication and authorization

2012-04-17 Thread Chris Pratt
Struts itself doesn't provide an Authentication & Authorization subsystem, but it will work well with Spring Security, Apache Shiro, or roll-your-own solutions. (*Chris*) On Tue, Apr 17, 2012 at 5:28 AM, Aravind Kumar wrote: > Hello, > > I have just started to venture into Struts2 and I'm havi

Re: AJAX Advice

2012-04-17 Thread Johannes Geppert
One option is to use the Struts2 jQuery Plugin for Ajax and Widgets. But you can also use any JavaScript Framework to do this Job without any Struts2 Plugins. That's dependent from your Project. https://code.google.com/p/struts2-jquery/ Take a look at the Showcases to see how the Struts2 jQuery

Re: Authentication and authorization

2012-04-17 Thread Aravind Kumar
Thank you ! And Apache Shiro is it worth trying for authentication and authorization ? On Tue, Apr 17, 2012 at 6:37 PM, vEnkaTa mohAna rAo SriperumbUdUru < mohanara...@gmail.com> wrote: > http://www.javaranch.com/journal/2008/04/authentication-using-JAAS.html > > > http://stackoverflow.com/questi

Re: Authentication and authorization

2012-04-17 Thread vEnkaTa mohAna rAo SriperumbUdUru
http://www.javaranch.com/journal/2008/04/authentication-using-JAAS.html http://stackoverflow.com/questions/3649615/how-should-i-savely-store-encrypted-user-data-on-my-server-and-serve-it-only-to On Tue, Apr 17, 2012 at 5:58 PM, Aravind Kumar wrote: > Hello, > > I have just started to venture in

Authentication and authorization

2012-04-17 Thread Aravind Kumar
Hello, I have just started to venture into Struts2 and I'm having a hard time finding learning materials for "Authentication and authorization" concepts. Could you please point out some resources ? Thank you, Aravind

Re: AJAX Advice

2012-04-17 Thread stanlick
Take a peek at this On Tue, Apr 17, 2012 at 2:13 AM, shobbi wrote: > Hi all, your advice is greatly appreciated. I need to use AJAX in my > Struts2 > 2.1.8 web application. What is the best option? > > I see DOJO mentioned in many places including

AJAX Advice

2012-04-17 Thread shobbi
Hi all, your advice is greatly appreciated. I need to use AJAX in my Struts2 2.1.8 web application. What is the best option? I see DOJO mentioned in many places including Stuts2 official site. Also I see warning on the same site about the deprecation of the DOJO plugin. So I'm bit confused and wa