Re: RowSetDynaClass, select options

2003-01-31 Thread Kris Schneider
Heather, What exactly do you mean by "doesn't work"? Is an exception thrown? Is the output rendered incorrectly? Quoting Heather Buch <[EMAIL PROTECTED]>: > No, it doesn't. At least it didn't for me. "value" from value="<%= firstName %>"> doesn't work. > > It would be so great if there were a

Re: RowSetDynaClass, select options

2003-01-31 Thread Heather Buch
No, it doesn't. At least it didn't for me. "value" from doesn't work. It would be so great if there were a way to create a concatenated label for a select menu. Currently, I have a getDisplay() in some of my beans, which returns a concatenation of some other strings. I present it like this:

Re: RowSetDynaClass, select options

2003-01-24 Thread Kris Schneider
Think this'll work: Quoting "Cook, Graham" <[EMAIL PROTECTED]>: > > Hi, Im using the RowSetDynaClass to produce a java.util.List of values from > a database which are displayed in > the JSP as follows:- > > > >labelProperty="first_name" />

RowSetDynaClass, select options

2003-01-24 Thread Cook, Graham
Hi, Im using the RowSetDynaClass to produce a java.util.List of values from a database which are displayed in the JSP as follows:- What I would like to do is concatenate two fields in the java.util.List and use that as the labelProperty so the HTML OPTIONS