Here is some sample code:

<html:select property="county" styleClass="select" size="1">
     <html:options collection="countyList" property="value"
labelProperty="label"/>
</html:select>


- Eric

----- Original Message -----
From: "pramod parnati" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 09, 2002 3:41 PM
Subject: RE:<HTML:Select><Html :Options>


>
> How to retrieve the values from <HtML: Select>
>
> <HTML:Option>
>
> I Tried
>
> <html:select name="storeGroupForm" styleClass="input2"
property="storeArrGrpAssg" size="10" style="width: 200px;" >
>
> <html:options name="storeGroupForm" property="storeGroupAssignedList"/>
>
> </html:select>
>
>
>
> I did some javascript programming to set in one list from another
>
> But how to retrieve values from collection <html:option >
>
> Can anybody help
>
> Thanks
>
> Pramod
>
>
>
>
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now


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

Reply via email to