The simplest thing is to have a HTML page (index.html) redirect to a welcome action:

<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=./Welcome.do">
</head>
<body>
</body>
</html>

You can then have the welcome action forward to whatever you please.

<action path="/Welcome" forward="/MyLayer.jsp" />


-Ted.


[EMAIL PROTECTED] wrote:
Hi Steve,

The problem is that /MyLayer.jsp happens to be my welcome page.

This page has to be displayed on start up.How do I get struts process my Action servlet,myAction, in order to give /MyLayer.jsp the content it needs?

Thanks



--
Ted Husted,
Struts in Action <http://husted.com/struts/book.html>



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



Reply via email to