Forum Moderators: open
"http://www.mysite.com/index.html", which contains the redirect listed below:
-----------------------------------------
<script language="javascript"><!--
location.replace("http://www.mysite.com/page/index.jsp")
//-->
</script>
------------------------------------------
The [mysite.com...] contains the following forward:
-----------------------------------------
<logic:forward name="welcome"/>
------------------------------------------
Do I need to change the way we do this? Any help would be appreciated. Thanks