Re: [JBoss-user] Collection implementation ERROR

2001-09-18 Thread Philipp Meier
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. > <

RE: [JBoss-user] Collection implementation ERROR

2001-09-17 Thread Graham . Forte
-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

Re: [JBoss-user] Collection implementation

2001-09-17 Thread Nicolai P Guba
[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

[JBoss-user] Collection implementation

2001-09-17 Thread Graham . Forte
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