Skip to Content
0
Former Member
Nov 23, 2009 at 11:46 AM

No action instance for path /Z_ForgotPassword could be created

68 Views

Hi,

While trying to do the forgot password feature into B2B application,

I've placed a pushbutton along with Logon & Change Password in login.jsp from user/logon/login.jsp

wrote a javascript function:

document.forms['login_form'].action=' Z_ForgotPassword_b2b.do"/>';

document.forms['login_form'].submit();

and maintained entry in the config_user.xml

<action path="/Z_ForgotPassword" type="org.companyname.isa.isacore.action.b2b.Z_ForgotPassword">

<forward name="success" path="/logon/login.jsp"/>

</action>

In the testing, when I click on the Forgot Password button, I get message

"No action instance for path /Z_ForgotPassword could be created"

Please help me resolve this problem with a working solution.

Edited by: Bharathi M on Nov 23, 2009 6:46 AM