Re: JSP/Package problem

2000-05-09 Thread Hans Bergsten
error in your scriptlet. Hans > - Original Message - > From: "Hans Bergsten" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 09, 2000 11:57 AM > Subject: Re: JSP/Package problem > > > Shrisha Radhakrishna wrote: > > &g

Re: JSP/Package problem

2000-05-09 Thread Hans Bergsten
Shrisha Radhakrishna wrote: > > Hi All, > I have a very strange/painful problem. Ok, here I go. I use Weblogic > 4.5.1 to host my JSPs. The compiler adds a "package jsp_servlet;" to all my > JSP's when they are converted into servlets. So, in other words all my JSPs > are in jsp_servlet pa

Re: JSP/Package problem

2000-05-09 Thread Shrisha Radhakrishna
age class in a named package class?" I know that this is a fundamental Java Question, rather than a JSP one.. So, sorry... Thanks, Shrisha - Original Message - From: "Hans Bergsten" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 09, 2000 11:57

JSP/Package problem

2000-05-08 Thread Shrisha Radhakrishna
Hi All, I have a very strange/painful problem. Ok, here I go. I use Weblogic 4.5.1 to host my JSPs. The compiler adds a "package jsp_servlet;" to all my JSP's when they are converted into servlets. So, in other words all my JSPs are in jsp_servlet package. Now, I want to instantiate a use