<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<logic:forward name="startGlobalForward"/>

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 PROTECTED]> wrote:
> 
> Try this as your entire index.jsp:
> 
> <jsp:forward page="/app/preLoadViewTree.do" />
> 
> 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="logic" %>
> > <logic:redirect forward="/welcome" />
> >
> > and in struts-config.xml:
> >
> > <global-forwards>
> >   <forward name="/welcome" path="/preLoadViewTree.do" />
> > </global-forwards>
> >
> > <action-mappings>
> > <action path="/preLoadViewTree"
> > type="com.xyz.app.actions.PreLoadViewTreeAction">
> > </action-mappings>
> >
> > The error msg in the browser is:
> > 404 Not Found
> > Resource /app/preLoadViewTree not found on this server
> >
> > The above action path works ok if called direct from the jsp.
> >
> > There is a post in the archives from someone who had the same trouble but
> > his fixes don't work for me:
> > http://www.mail-archive.com/user@struts.apache.org/msg04357.html
> >
> > Anyone managed to do this before?
> >
> > Regards,
> > Andy
> >
> > _________________________________________________________________
> > It's fast, it's easy and it's free. Get MSN Messenger 7.0 today!
> > http://messenger.msn.co.uk
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
===============================================
  javalists.com, your Java developer archive
http://www.javalists.com - [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to