Users List
Subject: RE: Hellp me Don't know whats the problem
Does your WEB-INF/classes folder have the class
stationname.class
i.e in the default package?
And then is it imported with a page directive in the JSP?
-Original Message-
From: Kasim [mailto:[EMAIL PROTECTED]
Sent: 23
Show me your page directive import
-Original Message-
From: Kasim [mailto:[EMAIL PROTECTED]
Sent: 23 March 2006 12:22
To: Tomcat Users List
Subject: RE: Hellp me Don't know whats the problem
Yes
-Original Message-
From: Allistair Crossley [mailto:[EMAIL PROTECTED]
Yes
-Original Message-
From: Allistair Crossley [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 23, 2006 5:34 PM
To: Tomcat Users List
Subject: RE: Hellp me Don't know whats the problem
Does your WEB-INF/classes folder have the class
stationname.class
i.e in the default package?
Does your WEB-INF/classes folder have the class
stationname.class
i.e in the default package?
And then is it imported with a page directive in the JSP?
-Original Message-
From: Kasim [mailto:[EMAIL PROTECTED]
Sent: 23 March 2006 12:04
To: Tomcat Users List
Subject: RE: Hellp me Don
This is the code generating the problem
Southern Command
function show(this_layer)
{
this_layer.style.visibility='visible';
}
function hide(this_layer)
{
this_layer.style.visibility='hidden';
}
function make_bold(x)
{
x.style.fontSize='11px';
}
function make_norm
Looks like you about probaably using the useBean tag incorrectly. Can
you post how you use stationname?
Allistair
-Original Message-
From: Kasim [mailto:[EMAIL PROTECTED]
Sent: 23 March 2006 11:25
To: Tomcat Users List
Subject: Hellp me Don't know whats the problem
I am facing followi