>>>>> "kelly" == kelly lan <[EMAIL PROTECTED]> writes:

    kelly> Hi,
    kelly> In my logon page ,I logon with user name and user
    kelly> password,when I submit I get the error:

    kelly> No action instance for path /verifyAction could be
    kelly> created
    kelly> This is my logon page:

    kelly> ..
    kelly> <html:form action="/verifyAction"   focus="username">

Are you mapping to ActionServlet using extension mapping, or path mapping?
This is specified in your "web.xml" file.  if you're using extension mapping,
your "action" attribute in "html:form" should be "/verifyAction.do".

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]


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

Reply via email to