Hi again

I'm doing this:

  <html:select property="selectedIdHubChannel">
    <html:optionsCollection property="myProps"
                            value="propId"
                            label="propValue"/>
  </html:select>

I'd like the label string to be a concatenation of the value plus the label attribute. Sort of like this:

    <html:optionsCollection property="myProp"
                            value="propId"
                            label="propId:propValue"/>

Is there a Struts tag I can use, or do I have to doctor the beans in the underlying options collection?

Thanks.
--
bOOyah


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to