[appfuse-user] calling action from outside the application

2009-09-22 Thread Anil Rawat
hi, i am using appfuse 1.9.3 with struts and spring my problem is that when i am calling one of my action class which is mapped in my struts-config.xml from outside my application it is asking me to login and after logging then it is calling my action class. how can i call my action classl with

Re: [appfuse-user] calling action from outside the application

2009-09-22 Thread ramzi khlil
Hi, make it public, remove the security constraint for this action. Ramzi On Tue, Sep 22, 2009 at 5:11 AM, Anil Rawat wrote: > hi, > > i am using appfuse 1.9.3 with struts and spring > > my problem is that when i am calling one of my action class which is > mapped in my struts-config.xml from

Re: [appfuse-user] calling action from outside the application

2009-09-22 Thread Anil Rawat
hi, i already solved this by removing the sercurity filter for this action anyway thanks for our reply On Tue, Sep 22, 2009 at 6:52 PM, ramzi khlil wrote: > Hi, > > make it public, remove the security constraint for this action. > > Ramzi > > On Tue, Sep 22, 2009 at 5:11 AM, Anil Rawat wrot

[appfuse-user] Problem With Json using Struts 2.1.6

2009-09-22 Thread oskarher
I'm trying to do work the autocompleter tag (sx) in Struts 2.1.6 It works fine, but i can't populate the autocompleter with a jsonList. I don't what is the problem. Thanks!!! -- View this message in context: http://www.nabble.com/Problem-With-Json-using-Struts-2.1.6-tp25530933s2369p25530933.htm