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

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

[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