RE: Newbie Question, this should be easy

2001-02-19 Thread Samson, Lyndon [IT]
You should really run tomcat using the jdk from Sun ( or IBM ) rather than that supplied by an IDE. -Original Message- From: Ashant Chalasani [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 17, 2001 8:19 AM To: [EMAIL PROTECTED] Subject: RE: Newbie Question, this should be easy

RE: Newbie Question, this should be easy

2001-02-17 Thread Ashant Chalasani
:\JBuilder3, and this starts up the tomcat server fine and also processes servlets right. Where should tools.jar be included, if still needed. Thanks, Ashant From: "CPC Livelink Admin" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Newbie Question, this shou

RE: Newbie Question, this should be easy

2001-02-16 Thread CPC Livelink Admin
Well, there are two errors. One, you don't have the java compiler in your classpath. This is usually in a file called tools.jar. Second, the XML tag extentions are case sensitive. You will need to use jsp:usebean and jsp:setproperty (thought I can't remember if it is useBean and setProperty

RE: Newbie Question, this should be easy

2001-02-16 Thread James Goodwill
It is jsp:useBean and jsp:setProperty. The JSP standard actions are camel case and follow the bean spec. Thanks, James -Original Message- From: CPC Livelink Admin [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 7:37 PM To: [EMAIL PROTECTED] Subject: RE: Newbie Question