>From: <[EMAIL PROTECTED]> 
>
> Hi 
> 
> I have run into a peculiar problem with fullt html Clay. 
> 
> Scenario: 
> 
>
><span jsfid="form" rendered="somecriteria>
><table border="0">>
>   <tr>
>      <td rowspan="3">
>           <span jsfid="contactTable">
>              <table class="contacts">
>                  <tr class="contactsHeader">
>                     <td>
>                         Contacts
>                     </td>
>                  </tr>
>                  <tr class="contactsRow1">
>                     <td>
>                        <a href="#">ABC Company</a>
>                     </td>
>                  </tr>   
>                  <tr class="contactsRow2">
>                     <td>
>                        <a href="#">XYZ Company</a>
>                     </td>
>                  </tr>   
>              </table>
>           </span>
>      </td>
>   </tr>
></table>
></span>
>
> If somecriteria is true, a form is rendered with a table inside. However if 
> somecriteria is false the form is not rendered, but the table is! 
>

Wow, that's weird.  I think it might have to do with the fact that the form has
children but doesn't render children.  I seems that I overlooked this in the 
recursive rendering of the subtree.  

Please create a bugzilla ticket for this one.

Thanks, 
    Gary

 
> I am wondering if this is as intended, or if the rendered attribute somehow 
> gets 
> "lost" after the form. 
> 
> Hermod 
> 
> 
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
> 
> This email with attachments is solely for the use of the individual or 
> entity to whom it is addressed. Please also be aware that DnB NOR cannot 
> accept any payment orders or other legally binding correspondence with 
> customers as a part of an email. 
> 
> This email message has been virus checked by the virus programs used 
> in the DnB NOR Group. 
> 
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
> 
> 
> --------------------------------------------------------------------- 
> To unsubscribe, e-mail: [EMAIL PROTECTED] 
> For additional commands, e-mail: [EMAIL PROTECTED] 
> 

Reply via email to