hi,
 
in my select list i want an item to be selected default. for this i did as:
 
 
<bean:define id="server" name="abc" property="server" /> 

      <bean:define id="myCollection" name="abc" property="records" />

      <html:select  name="abc" property="xyz" value="server">

            <html:options collection="myCollection" property="value" />

      </html:select>
 
 
but this is not working. am i missing something??? but when i hardcode a value, it works fine.
 
thanks,
rama.
 
 
 

Reply via email to