Hi 
  I am pretty new to struts.so the problem i am quoting here may be little 
childish. Please bear with me.
  When i call an action class from my JSP, its reporting an error saying 
"Cannot retrieve mapping for action".


The JSP that calls the action looks sthng like this

        <html:form name="addressForm" method="post" 
action="/AddressValidate">


        </html:form>

and the struts action mapping looks like
 
        <action name="addressForm" 
type="com.verizon.enterprise.iprice.action.AddressValidateAction" 
input=".iprice.iPriceHome" 
                        validate="false"  scope="request" 
path="/AddressValidate">
 
                        <forward name="failure" 
path=".iprice.AddressValidation"/>
                        <forward name="success" 
path=".iprice.iPriceHome"/>
 
          </action>



I have a form bean for addressForm whose definition looks like

        <form-bean name="addressForm" 
type="com.verizon.enterprise.iprice.form.AddressValidateForm"/>

 
Thanks
Karthik


Notice: The information contained in this e-mail message and/or attachments to 
it may contain confidential or privileged information.   If you are not the 
intended recipient, any dissemination, use, review, distribution, printing or 
copying of the information contained in this e-mail message and/or attachments 
to it are strictly prohibited.   If you have received this communication in 
error, please notify us by reply e-mail or telephone and immediately and 
permanently delete the message and any attachments.  Thank you

Reply via email to