RE: why can't i use jsp:useBean

2003-02-17 Thread Edson Alves Pereira
can't i use jsp:useBean i am using tomcat 4.1.10 and am trying to write a jsp. when i use: jsp:useBean id=foo scope=request class=Bar / i get a servlet context error. i am importing the package that Bar.class is in. any suggestions

why can't i use jsp:useBean

2003-02-14 Thread Peter Choe
i am using tomcat 4.1.10 and am trying to write a jsp. when i use: jsp:useBean id=foo scope=request class=Bar / i get a servlet context error. i am importing the package that Bar.class is in. any suggestions? - To

RE: why can't i use jsp:useBean

2003-02-14 Thread Filip Hanik
class=Bar use the fully qualified name for the class here Filip -Original Message- From: Peter Choe [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 12:29 PM To: [EMAIL PROTECTED] Subject: why can't i use jsp:useBean i am using tomcat 4.1.10 and am trying to write a jsp