> > 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
- declaring a class in JSP romain
- Re: declaring a class in JSP Thomas Schreiner
- Re: declaring a class in JSP Dave Newton
- Re: declaring a class in JSP Bryan Basham
- RE: declaring a class in JSP Randy Layman
