Hi , I have started developing my application using Struts-2. Now my requirement is I need to use another application(separate WAR file) with this new one. This other application is written strut1 framework. My question is how do I make calls to the actions in struts-1 from my jsps/actions. my application framework tries to find these actions within my framework only and throws error. Can anyone suggest me how could I put a layer between these two application to interact with each other? I have never worked on multiple applications before. Is there any article on how to interact between two applications ?
Thanks, Leena