dmkarr      2002/10/13 20:23:35

  Modified:    contrib/struts-el/web/exercise-taglib html-multibox.jsp
  Log:
  Added test of disabled attribute.
  
  Revision  Changes    Path
  1.2       +14 -0     
jakarta-struts/contrib/struts-el/web/exercise-taglib/html-multibox.jsp
  
  Index: html-multibox.jsp
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/struts-el/web/exercise-taglib/html-multibox.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- html-multibox.jsp 26 Sep 2002 04:54:41 -0000      1.1
  +++ html-multibox.jsp 14 Oct 2002 03:23:35 -0000      1.2
  @@ -161,6 +161,20 @@
     </tr>
   
     <tr>
  +    <th align="right">50</th>
  +    <td align="left">
  +      <html-el:multibox property="intMultibox" value="50"/>
  +    </td>
  +    <th align="right">(nested) 50</th>
  +    <td align="left">
  +      <html-el:multibox property="nested.intMultibox"
  +                        disabled="${!empty pageScope}">
  +        50
  +      </html-el:multibox>
  +    </td>
  +  </tr>
  +
  +  <tr>
       <td>&nbsp;</td>
       <td align="right">
         <html-el:submit>Save</html-el:submit>
  
  
  

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

Reply via email to