> > Yo dudes,
> > I have this JSP:
> > <% private class Something{} 
> > %>
> You forgot the Exclamation Mark (!) 
> The correct Syntax is:
> <%! private class Something{} 


I thought he forgot the semicolon~it's legal to do a declaration
without the ! (isn't it?! :)

Dave

Reply via email to