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?

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't know whats the problem

This is the code generating the problem

<html>
<head>
<title>Southern Command</title>
<jsp:useBean id="station" class="stationname" scope="page"/>



<script>

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_normal(x)
{
        x.style.fontSize='10px';
}

function openwindow(stationcode)
{       window.close();
        window.open('station_index.jsp?stationcode='+stationcode,
'Station',
'resizable=yes,scrollbars=no,toolbar=yes,status=yes,dependant=no')

}

</script>

<style>
div.for_layer1
{
        z-index:2;
        visibility:hidden;
        position:absolute;
        top:120px;
        left:155px;
}
table.for_layer1
{
        border:2px solid #990000;
        color:#FFFFFF;
        font-family:arial;
        font-size:10px;
        cursor:hand;
        background-color:"#ced6ff"
}
tr.for_layer1
{
        background-color:"#BB3D00";
}

div.for_layer2
{
        z-index:2;
        visibility:hidden;
        position:absolute;
        top:150px;
        left:155px;
}

table.for_layer2
{
        border:2px solid #006600;
        color:#FFFFFF;
        font-family:arial;
        font-size:10px;
        cursor:hand;
        background-color:"#ced6ff";
}

tr.for_layer2
{
        background-color:"#006600";
}

div.for_layer3
{
        z-index:2;
        visibility:hidden;
        position:absolute;
        top:90px;
        left:155px;
}

table.for_layer3
{
        border:2px solid #663399;
        color:#FFFFFF;
        font-family:arial;
        font-size:10px;
        cursor:hand;
        background-color:"#ced6ff";
}

tr.for_layer3
{
        background-color:"#000099";
}

div.for_layer4
{
        z-index:2;
        visibility:hidden;
        position:absolute;
        top:205px;
        left:155px;
}

table.for_layer4
{
        border:2px solid #FF0033;
        color:#FFFFFF;
        font-family:arial;
        font-size:10px;
        cursor:hand;
        background-color:"#CCCCFF";
}

tr.for_layer4
{
        background-color:"#990033";
}

</style>



</head>

<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<!--Describing layers-->

<%
        Vector chennailist=station.getData("chennai");
        Vector jaipurlist=station.getData("jaipur");
        Vector hyderabadlist=station.getData("hyderabad");
        Vector punelist=station.getData("pune"); %>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





<FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE>
-------------------------------------------------------
QAS Ltd.
Registered in England: No 2582055
Registered in Australia: No 082 851 474
-------------------------------------------------------
</FONT> <FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLACK>
Disclaimer:  The information contained within this e-mail is confidential
and may be privileged. This email is intended solely for the named recipient
only; if you are not authorised you must not disclose, copy, distribute, or
retain this message or any part of it. If you have received this message in
error please contact the sender at once so that we may take the appropriate
action and avoid troubling you further.  Any views expressed in this message
are those of the individual sender.  QAS Limited has the right lawfully to
record, monitor and inspect messages between its employees and any third
party.  Your messages shall be subject to such lawful supervision as QAS
Limited deems to be necessary in order to protect its information, its
interests and its reputation.

Whilst all efforts are made to safeguard Inbound and Outbound emails, QAS
Limited cannot guarantee that attachments are virus free or compatible with
your systems and does not accept any liability in respect of viruses or
computer problems experienced.
</FONT>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to