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 appreciatedGraham
...
> //HERE IS JSP CODE.
> <
-Original Message-
From: Nicolai P Guba [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 17, 2001 12:58 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Collection implementation
[EMAIL PROTECTED] writes:
> I know this is not really jboss related, but rather java in general
> b
[EMAIL PROTECTED] writes:
> I know this is not really jboss related, but rather java in general
> but I thought I would try. I have an ejb(cmp) , it has a: public
> Collection findAll() method. I havent used the Collection class so I
> cantfigure out how to implement this . I am trying to popul
I know this is not really jboss related, but rather java in general but I
thought I would try.
I have an ejb(cmp) , it has a: public Collection findAll() method. I havent
used the Collection class so I cantfigure out how to implement this .
I am trying to populate a dropdown box on a jsp page wi