Hello,
    I hv used multi box for an application. Now,the requirement is that
i have to make the multibox enable/disable depending on a value in my
data Object.
I hv a getter/setter in my data Object that will hv boolean value which
signifies enable/disable.
 
 <html:multibox  style="border:none;" property="dataObject.checkBox"
disabled="">
  <bean:write name="name" property="Id" /> 
 </html:multibox>
 
In the above code how do i give the diabled option.
 
Restriction:
    Cannot use logic: tags.
    Cannot use bean:write.
    Hv to use html: ,cannot create a new tag class.
 
 
Saifuddin

Reply via email to