Re: urgent:exception

2002-10-22 Thread deepank
Hi,
You are probably giving the name of a bean to use in your (form)jsp but not
giving its type. Type here refers to the full classpath to where the bean
class file is, including the bean class file.

try something like this
name = "yourBean" "type = package1.package2.package3.YourBeanClass"

Deepank
- Original Message -
From: "Amit Badheka" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, October 22, 2002 1:45 PM
Subject: urgent:exception


I am getting the following exception runtime in a jsp file. I am not sure
what is the reason.

The jsp file contains one  and on submit it goes to one action
class. I am using DynaActionForm.

javax.servlet.ServletException: Must specify type attribute if name is
specified

Please help.

Amit Badheka.




--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>




urgent:exception

2002-10-22 Thread Amit Badheka
I am getting the following exception runtime in a jsp file. I am not sure what is the 
reason.

The jsp file contains one  and on submit it goes to one action class. I am 
using DynaActionForm.

javax.servlet.ServletException: Must specify type attribute if name is specified

Please help.

Amit Badheka.