You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by he...@dnbnor.no on 2006/02/03 10:49:44 UTC

RE: [shale] Rendered attribute & full HTML CLay

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!

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org