Hi all I have a problem loading persisted values in <html:options> tag.
I have
<html:select property="seriale" size="1"  >
<html:options collection="allSerials" property="id" labelProperty="pathName"/>
</html:select>

where allSerials is a list of Beans with getter and setter methods.
I use a dynaAction form but I cannot load properly the value persisted in the 
db.
I typed dynaActionFrom.get("seriale") and it is the proper value but the tag 
does not load it.
Any idea?
Regatds




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

Reply via email to