Daniel Kies wrote:
Greetings. I am getting this error on an App and I can't seem to find
out why. Any suggestions?
Struts-Config:
<!-- Global Forwards -->
<global-forwards>
<forward name="start" path="Index.do">
</forward>
</global-forwards>
<!-- Action Mappings -->
<action-mappings>
<action path="/Index" type="com.xxx.xxx.xxx">
</action>
</action-mappings>
[...]
Result:
Error 500: Cannot find global ActionForward for name start
Try:
<forward name="start" path="/Index.do">
Mojo
--
Morris Jones
Monrovia, CA
http://www.whiteoaks.com
Old Town Astronomers: http://www.otastro.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]