I am not sure if u have received my earlier mail on the same subject .Hence i am 
resending
it
-------
I have a jsp page that has an embedded java code like this "Vector totalVect =
wizardBean.getTotalList()" .This piece of  code works fine in Jrun 2.3.3 but fails on
Jrun 3.0 .It says
"javax.servlet.ServletException: Compilation error occured:
 Found 2 errors in JSP file:
:35: Error: Type Vector was not found.
:35: Error: The type of the left-hand side in this assignment, "Vector", is not 
:compatible
with the type of the right-hand side expression, "java/util/Vector"."
When i verified the JRun generated java files ,the one that is generated by Jrun 2.3.3 
has
an import java.util.* statement while the other one generated by Jrun 3.0 does not 
import
this .

PS: i have not explicitly imported any JAVA PACKAGE in my JSP page.

Kindly throw some light on this

Thanx
Aravind






--
################################################################
Aravind Kumar L.N.S
Systems Engineer,
Wipro Technologies,
Corporate Domain, Account : Deploy,
Survey No. 64, SerilingamPalli Mandal
Madhapur, Hyderabad - 500033,
Phone : +91 40 6565211 (O)
Fax     : +91 40 3110043 (O)
Email : [EMAIL PROTECTED]
www.wipro.com
The World's First SEI CMM Level 5 Software Services Company
################################################################


------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to