[ http://issues.apache.org/struts/browse/SHALE-163?page=all ]
Don Brown moved STR-2759 to SHALE-163:
--------------------------------------
Project: Shale (was: Struts Action 1)
Key: SHALE-163 (was: STR-2759)
Component: (was: Shale)
Version: (was: Nightly Build)
Assign To: (was: Struts Developer Mailing List)
> Rendered attribute does not affect children
> -------------------------------------------
>
> Key: SHALE-163
> URL: http://issues.apache.org/struts/browse/SHALE-163
> Project: Shale
> Type: Bug
> Environment: Operating System: All
> Platform: All
> Reporter: Hermod Opstvedt
>
> 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 message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]