Hi 
MAKE SURE THAT THE action mapping & from bean are mentioned in struts-config.xml file
As below:

**************************************************************************

<!-- ========== Form Bean Definitions =================================== -->
  <form-beans>

    <!-- Logon form bean -->
    <form-bean      name="logonForm"
                   type="METION WHICH "ACTION FROM BEAN" U WANT TO INVOKE"/>
  </form-beans>
!-- ========== Action Mapping Definitions ============================== -->
  <action-mappings>
<!-- Process a screenLabelType -->
    <action    path="/screenLabelType"
               type="METION WHICH "ACTION BEAN" U WANT TO INVOKE">
      <forward name="success"              path="/METIONESOMEJSPFILE HERE"/>
    </action>
 </action-mappings>
***************************************************************************


Let me know the result.....!!!

Regards
Shabbir



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 11:20 AM
To: [EMAIL PROTECTED]
Subject: form action doubt


hi  all,

 i've used   <html:form action="/screenLabelType"> in my jsp when i try to
execute  the jsp i get the exception
 
"org.apache.jasper.JasperException: Cannot find ActionMappings or
ActionFormBeans collection"
 
-[Mohammed_Rafeeq] 
 
************************************************************************** 
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************
**************************Disclaimer************************************************** 
   
 
 Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' 
and 'confidential' and intended for use only by the individual or entity to which it 
is 
addressed. You are notified that any use, copying or dissemination of the information 
contained in the E-MAIL in any manner whatsoever is strictly prohibited.

****************************************************************************************




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

Reply via email to