----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 14, 2000 8:48 AM
Subject: declaring a class in JSP 


> Yo dudes,
> I have this JSP:
> <% private class Something{} 
> 
> %>

You forgot the Exclamation Mark (!) 
The correct Syntax is:
<%! private class Something{} 

%>

Thomas

Reply via email to