Re: Iterate a Collection inside a bean of session???

2003-11-14 Thread Mauricio T. Ferraz
ent: Friday, November 14, 2003 8:37 PM Subject: RE: Iterate a Collection inside a bean of session??? > hello-where can i find more information on session beans? > > -Original Message- > From: Vic Cekvenich [mailto:[EMAIL PROTECTED] > Sent: Friday, November 14, 2003 2:27

RE: Iterate a Collection inside a bean of session???

2003-11-14 Thread Wendy Smoak
Mauricio T. Ferraz wrote: > I have a produtoBean on session and this has a property > ArrayList formatosArquivos > How I put the value of option to the same name of > ? You don't have to do the iteration... Adjust this to match your situation. I have a 'contactTypes' context attribute (it's

RE: Iterate a Collection inside a bean of session???

2003-11-14 Thread Shivanjali Bhutkar
hello-where can i find more information on session beans? -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 2:27 PM To: [EMAIL PROTECTED] Subject: Re: Iterate a Collection inside a bean of session??? For option tag, you might want to use

Re: Iterate a Collection inside a bean of session???

2003-11-14 Thread Vic Cekvenich
For option tag, you might want to use the optionCollection tag instead for a collection. .V Mauricio T. Ferraz wrote: I have a produtoBean on session and this has a property ArrayList formatosArquivos How I put the value of option to the same name of? --

Iterate a Collection inside a bean of session???

2003-11-14 Thread Mauricio T. Ferraz
I have a produtoBean on session and this has a property ArrayList formatosArquivos How I put the value of option to the same name of?