There are many ways to do this.

index.html - (javascript) document.location.href='goToMyInitialAction.do'
index.html - <META HTTP-EQUIV=Refresh CONTENT="1;
URL=goToMyInitialAction.do">
index.jsp  - request.sendRedirect
index.jsp  - <jsp:forward...
index.jsp  - <logic:forward...

There are more, but I think you get an idea....it's really about your
choice, there's no standard.


James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -----Original Message-----
> From: Mark Kaye [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 11, 2002 11:31 AM
> To: [EMAIL PROTECTED]
> Subject: Another question
>
>
> Is it accepted practice to have /index.html redirect to an action in
> order to kick off the application from initial session creation?
>
> --
> 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