RE: html:option value

2002-05-23 Thread JM
Use Collection="" and Property="" JM > -Original Message- > From: ajTreece [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 23, 2002 9:07 AM > To: Struts Users Mailing List > Subject: html:option value > > > Folks... > > Can someone

html:option value

2002-05-23 Thread ajTreece
Folks... Can someone point me to an example of a html:select that uses the option tag with a value=x? I'm experiencing a brain freeze this morning and can't visualize how to use a tag to set the value of the option tag. TIA, ajTreece -- To unsubscribe, e-mail: F

RE: Set html:option value with bean:write

2001-07-02 Thread Geddes, Mark (ANTS)
You are closing twice. -Original Message- From: Pham Thanh Quan [mailto:[EMAIL PROTECTED]] Sent: 02 July 2001 09:48 To: [EMAIL PROTECTED] Subject: Re: Set html:option value with bean:write Hi Mark, I followed your instruction and use the following code but didn't su

Re: Set html:option value with bean:write

2001-07-02 Thread Pham Thanh Quan
- Original Message - From: Geddes, Mark (ANTS) <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 3:05 PM Subject: RE: Set html:option value with bean:write > > Assuming your form is already associated with 'merchantForm' FormBean, and >

RE: Set html:option value with bean:write

2001-07-02 Thread Geddes, Mark (ANTS)
I meant -Original Message- From: Geddes, Mark (ANTS) [mailto:[EMAIL PROTECTED]] Sent: 02 July 2001 09:05 To: '[EMAIL PROTECTED]' Subject: RE: Set html:option value with bean:write Assuming your form is already associated with 'merchantForm' FormBean, and that

RE: Set html:option value with bean:write

2001-07-02 Thread Geddes, Mark (ANTS)
Assuming your form is already associated with 'merchantForm' FormBean, and that 'currencyList' is a Collection, try: Mark -Original Message- From: Pham Thanh Quan [mailto:[EMAIL PROTECTED]] Sent: 02 July 2001 09:04 To: [EMAIL PROTECTED] Subject: Set ht

Set html:option value with bean:write

2001-07-02 Thread Pham Thanh Quan
Hi all, i want to set the value of html:option to the corresponding currency.id as in the following (broken) jsp segment Please help ! Quan