Re: Invoking global-forwards from browser

2004-09-10 Thread Yves Sy
You cant call forwards by typing its name because its an object, not a valid path. Struts uses the "path" property of a forward object to know where to forward to. Instead, you should create an ActionMapping that uses a ForwardAction and pass /Login.jsp as parameter. Then you can call that action

Invoking global-forwards from browser

2004-09-10 Thread Antony Paul
Hi all, How I could call a global forward by typing it in browser? What I should type on the browser window ? http://localhost/Login or http://localhost/Login.do - it gives The request sent by the client was syntactically incorrect (Invalid path /Login was requested). rgds Anto Pau