Hi, I have developed a Tapestry application. Inside of that application I have a method that process the login. I would to access/call this method from another non-tapestry application.
I've tried to access the method via ajax, exactly the way I would access from inside of the tapestry application. The issue is, tapestry does not recognize the request as ajax. Any idea how to solve this? Thanks a lot for your help.