Use this for an index.jsp 

<%@ page language="java" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<logic:forward name="welcome"/>


And then put in a foward to whatever you want to handle the welcome
action

-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel +1 716 737-3463
-- http://www.husted.com/struts/


[EMAIL PROTECTED] wrote:
> 
> Hi, I know this question has been answered before, but I cannot find the
> answer :(
> 
> I have placed all my jsp pages under a subdirectory of WEB-INF, as
> recommended by Ted Husted. I would like a default page when I go to the
> application (like an index.jsp), but I don't know how to do the mapping. I
> assume I need to put an action mapping or global forward in
> struts-config.xml and something in web.xml?
> 
> Any help would be greatly appreciated
> 
> Thanks
> 
> /Neil
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

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

Reply via email to