>     <global-forwards>
>         <forward name="welcome" path="my.default" redirect="false"/>
>     </global-forwards>
>
> I have inserted the following code into a jsp file to test the forwards:
> <%@ taglib uri="struts-logic" prefix="logic"%>
> <logic:forward name="welcome"/>
>

Try changing the path to /WEB-INF/pages/my.default or similar.  It may be
that the mappings pointer to where your my.default resides is not right, so
have a check on those as well.

Cheers

Simon


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

Reply via email to