• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

html:select property disabled value setting

 
Ranch Hand
Posts: 146
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
My requirement is that I need to set html tag property based on item selected from the dropdown box.
For eg. disabled property in html:select tag. Based on item I need to fix the disabled property as true or false.
can you please advise me? Find below my sample code. I belive that we can solve this javascript.
Thanks
Jowsaki

<td width="30%"><div align="left">
<html:select multiple="true" property="supportedUIList" size="5" style="width=220" disabled="true">
<html ptionsCollection property="UIList" label="name" value="UIKey"/>
</html:select></div></td>
 
reply
    Bookmark Topic Watch Topic
  • New Topic