D'oh!
Thanks, that was pretty stupid of me.
Now I'm wrestling with another problem related to JavaBeans -- It's probably
something just as dumb
--Doug
"Wendy S" <> wrote in message
news:ctbqa6$249$...
> "Doug Lowe" <> wrote
>
> > tomcat\webapps\ROOT\Test\TestMovie.jsp
> > ----------------------------------------
> > <#@ page import="testpackage" @>
>
> Wouldn't that be import="testpackage.Movie" (or testpackage.*) ?
>
> > <% ArrayList<String> s = new ArrayList<String>(); %>
> > It complains about the first < in the scriptlet.
>
> http://issues.apache.org/bugzilla/show_bug.cgi?id=31269
>
> --
> Wendy S
>
>