Hello

I want to display an aggregated label in a combo box but don't know if it's
possible in struts.  Here's the example:

Currently I have -

  <html:select property="ID" size="12">
    <html:options collection="userVector" property="userID"
labelProperty="lastName"/>
  </html:select>

which works fine.  But I want to display "lastName, firstName".  Does anyone
know how to do this?

Thanks in advance,
Allison


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to