Re: redirect from index.jsp

2005-06-02 Thread Andrew Thorell
Not sure if you found your fix or not, but just out of curiosity, after the action returns "success" where is it supposed to go? My first thought would be you'd get just a blank white page... are you perhaps pointing to another page inside the PreLoadViewTreeAction? Generally inside an you have

Re: redirect from index.jsp

2005-06-02 Thread Rutger Heijmerikx
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> I assume that this, with the use of a global forward, is a good way of forwarding also? This is how my complete index.jsp looks like. On 6/2/05, John Fitzpatrick <[EMAIL PROTEC

Re: redirect from index.jsp

2005-06-02 Thread John Fitzpatrick
Try this as your entire index.jsp: The standard jsp tag should do ya fine. John On 20050602 6:46 AM, "andy wix" <[EMAIL PROTECTED]> wrote: > Hi, > > I am having trouble redirecting users from index.jsp to a Tile layout. > > In index.jsp I have: > > <%@ taglib uri="struts/logic" prefix="lo

redirect from index.jsp

2005-06-02 Thread andy wix
Hi, I am having trouble redirecting users from index.jsp to a Tile layout. In index.jsp I have: <%@ taglib uri="struts/logic" prefix="logic" %> and in struts-config.xml: type="com.xyz.app.actions.PreLoadViewTreeAction"> The error msg in the browser is: 404 Not Found Resource /app