bug with the select tag value attribute?

2002-01-31 Thread Maturo, Larry
I'm sorry if this is a resend, but I have been having problems sending emails to the outside world, so I don't know if this ever made it to the mailing list, and I haven't seen any responses. I have noticed that the value attribute of the select tag, which is said to be a run-time expression in

Re: bug with the select tag value attribute?

2002-01-31 Thread Sean Owen
In the first listing, you have property and value attributes of the html:select tag set to the same thing. Is that right? I would imagine property would be something like org while value should be something like 24, the actual value of the item which should be selected. Sean On Thursday,

bug with the select tag value attribute? - Solved somewhat

2002-01-31 Thread Maturo, Larry
I finally figured out what was wrong. The below did not work: html:select property=%= OrganizationForm.PARENT_ORG_ID % value=%=OrganizationForm.PARENT_ORG_ID % html:options collection=%= Constants.ORG_LIST % property=%= Constants.SELECT_VALUE %

RE: bug with the select tag value attribute? - Solved somewhat

2002-01-31 Thread Carter, Steve
]] Sent: Thursday, January 31, 2002 3:17 PM To: 'Struts Users Mailing List' Subject: bug with the select tag value attribute? - Solved somewhat I finally figured out what was wrong. The below did not work: html:select property=%= OrganizationForm.PARENT_ORG_ID % value

bug with the select tag value attribute?

2002-01-30 Thread Maturo, Larry
I have noticed that the value attribute of the select tag, which is said to be a run-time expression in the struts tag documentation, does not seem to work that way. I have the following select statement: html:select property=%= OrganizationForm.PARENT_ORG_ID %