On Mon, Sep 17, 2001 at 03:27:29PM -0500, [EMAIL PROTECTED] wrote:
> I have tried this in my JSP but get these errors.
> I have an import of java.util.* at top of the JSP.
> I am using a HashSet so that items in dd box are unique.
> Any help is appreciated!!!!Graham

...

> //HERE IS JSP CODE.
> <%@page contentType="text/html"%>
> <%@page import="java.util.*"%>

Replace with <%@page contentType="text/html" imporT="java.util.*"%>
The <%page %> must not appear more than once! Btw. I suggest migrating
to a web application framework like webwork (http://sourceforge.net/projects/webwork/)
or jakarta-struts.

-billy
-- 
Philipp Meier                              o-matic GmbH
Gesch�ftsf�hrer                  Pfarrer-Wei�-Weg 16-18
Tel.: +49-(0)700-66284236                     89077 Ulm

PGP signature

Reply via email to