Hello All,

I'm having some trouble getting the <html:select> tag to recognize the "value" attribute in order to set the appropriate enclosed option to selected. It works fine with a simple string, but doesn't seem to recognize a RT expression.

Here's the code sample:

<html:select
property="mapservicename"
value="${mapserviceDetailForm.mapservice.name}">
<html:optionsCollection
label="name"
property="mapserviceList"
value="name" />
</html:select>


There is a bean "mapservice" contained in mapserviceDetailForm, and it has a property "name" that should identify the option to be selected.

Can anyone point out what I'm doing wrong?

Thanks!

-- john



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

Reply via email to