Bug 916314 - Datatable and ExtendedDatatable evaluate value attribute even if rendered=false
Summary: Datatable and ExtendedDatatable evaluate value attribute even if rendered=false
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise WFK Platform 2
Classification: Retired
Component: RichFaces
Version: 2.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER2
: 2.2.0
Assignee: Brian Leathem
QA Contact: Jan Papousek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-27 19:49 UTC by ivassile
Modified: 2018-11-30 19:26 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-14 14:50:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RF-11382 0 Major Closed Datatable and ExtendedDatatable evaluate value attribute even if rendered=false 2016-03-18 15:12:39 UTC

Internal Links: 916313

Description ivassile 2013-02-27 19:49:48 UTC
Description of problem:
See RF-11382 (https://issues.jboss.org/browse/RF-11382)

Comment 1 Jan Papousek 2013-03-14 10:41:58 UTC
verified, it works as expected

Comment 2 JBoss JIRA Server 2013-03-14 10:43:20 UTC
Jan Papousek <jpapouse> updated the status of jira RF-11382 to Closed

Comment 3 Karel Piwko 2013-05-14 14:50:01 UTC
Closed as CURRENTRELEASE, part of WFK 2.2.0 distributables.

Comment 4 JBoss JIRA Server 2013-07-23 13:50:26 UTC
Andrey Zhemoytuk <a.zhemoytuk> made a comment on jira RF-11382

Still the issue is reproducible on postback (at least when partial state saving is turned off).

Tried with RichFaces 4.3.3.Final and JSF 2.1.24 the following example:

{code:xml}
  <h:form>
    <rich:dataTable rendered="false" value="#{viewScope.put('invoked', true)}">
    </rich:dataTable>

    <a4j:commandButton value="Postback" execute="@this" render="result"/>
  </h:form>
  
  <h:panelGroup id="result">
    #{invoked}
  </h:panelGroup>
{code}

Comment 5 JBoss JIRA Server 2013-07-29 21:47:30 UTC
Brian Leathem <bleathem> made a comment on jira RF-11382

[~a.zhemoytuk] can you file a new issue for the partial state saving = false use case?


Note You need to log in before you can comment on or make changes to this bug.