Re: and co

2004-04-22 Thread Marc Tinnemeyer
My Intention was to create a "mulitpurpose"-Collection, that contains some stuff I need regulary. But maybe it's a better approach to split them into several collections and then use the -Tag because sometimes I need an entry in the comboxbox preselected and the struts -Tags handle this quite well.

Re: and co

2004-04-22 Thread Henrique VIECILI
meyer" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 12:49 PM Subject: Re: and co > Thanks for your response Henrique, > > I already tried your solution, but there is a problem with it. > I don't

Re: and co

2004-04-22 Thread Marc Tinnemeyer
Thanks for your response Henrique, I already tried your solution, but there is a problem with it. I don't want to get all objects from that collection only those that have an attribute that matches a certain value. for example: in my collection I have three objects with the following attributes:

RE: and co

2004-04-22 Thread Paul McCulloch
r have a single hashmap of collections (id, value) in session scope, keyed on "property"? Paul > -Original Message- > From: Marc Tinnemeyer [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 3:39 PM > To: [EMAIL PROTECTED] > Subject: and co > >

Re: and co

2004-04-22 Thread Henrique VIECILI
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 11:39 AM Subject: and co > hi everybody, > > I got a collection in session scope which contains a lot of properties > that I want to use to fill comboboxes etc. > > the objects stored in this col

and co

2004-04-22 Thread Marc Tinnemeyer
hi everybody, I got a collection in session scope which contains a lot of properties that I want to use to fill comboboxes etc. the objects stored in this collection look like: id(int), property(string), value(string) The propertyfield indicates where the object belongs to (eg. country or os...