How to display combination of two columns in label of html:option

2006-03-01 Thread digant . k . joshi
In my jsp I am using users ArrayList which is collection of User bean on server side. My drop down list works fine as under when I use only one display userNameShort in my example. Choose User... \ Now I want to comb

Re: How to display combination of two columns in label of html:option

2006-03-01 Thread Rick Reumann
I don't use the html:options tag but standard jstl with html:option Choose User... () On 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > In my jsp I am using users ArrayList which is collection of User bean on > server side. > My drop down list works fine as un

Re: How to display combination of two columns in label of html:option

2006-03-01 Thread Michael Jouravlev
On 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > In my jsp I am using users ArrayList which is collection of User bean on > server side. > My drop down list works fine as under when I use only one display > userNameShort in my example. > > > Choose User... >property=

Re: How to display combination of two columns in label of html:option

2006-03-01 Thread digant . k . joshi
ruts Users Mailing List" cc: Subject: Re: How to display combination of two columns in label of html:option On 3/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > In my jsp I am using users ArrayList which is collection of User bean on > server side. > M

Re: How to display combination of two columns in label of html:option

2006-03-01 Thread digant . k . joshi
"Struts Users Mailing List" cc: Subject: Re: How to display combination of two columns in label of html:option I don't use the html:options tag but standard jstl with html:option Choose User... () On 3/1/06, [EMAIL PROTECTED] <[