RE: form action doubt

2002-12-18 Thread Shabbir Khadir Mohammed
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 --
actionpath=/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]


RE: form action doubt

2002-12-18 Thread Loren Hall
I'm pretty new to this, but it's possible your struts-config isn't being
read fully because of an error.  I received the similar error:

javax.servlet.ServletException: Cannot find ActionMappings or
ActionFormBeans collection

after adding a data source element to the struts-config.xml which tomcat
couldn't successfully initialize : (  Without that element the .jsp page
worked just fine.

hope that helps,

Loren

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 18, 2002 9:50 PM
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.
**



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