my struts configuration file :
<action path="/usernameLogon" validate="true" type="com.logon.actions
.UsernameAction"  name="logonForm" scope="session" input="UserName.jsp">
                        <forward name="display" path=" UserName.jsp"/>
                        <forward name="next" path="/showLogon.do"/>
                </action>
I think go to errors in struts configuration file ,because in struts 
configuration file have a lots of "forward name = display"

-----邮件原件-----
发件人: Dave Newton [mailto:[EMAIL PROTECTED] 
发送时间: 2007年5月9日 9:08
收件人: Struts Users Mailing List
主题: Re: ç”复: getting error when i m trying to run webapp

--- 王悬 <[EMAIL PROTECTED]> wrote:
> Unable to find 'display' forward.

Do you have a forward named "display"?

If you include the relevant portions (贴题 部分?)
of your struts configuration file struts-config.xml
for that Strutsçš„action we may be able to help more
easily.

Dave


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



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

Reply via email to