[JBoss JIRA] Created: (RF-10002) Rename attribute limitRender to disableImplicitRender
by Pavol Pitonak (JIRA)
Rename attribute limitRender to disableImplicitRender
-----------------------------------------------------
Key: RF-10002
URL: https://issues.jboss.org/browse/RF-10002
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0-SNAPSHOT r.20544
Reporter: Pavol Pitonak
Various components have various attributes for the same functionality... limitRender attributes should be renamed to disableImplicitRender in these components:
* a4j:ajax
* a4j:commandButton
* a4j:commandLink
* a4j:jsFunction
* a4j:poll
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (RF-9744) List: attributes onrow* don't work
by Pavol Pitonak (JIRA)
List: attributes onrow* don't work
----------------------------------
Key: RF-9744
URL: https://jira.jboss.org/browse/RF-9744
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0.20101107-M4 r.19981
Metamer 4.0.0.20101107-M4 r.19986
Mojarra 2.0.2-FCS
Apache Tomcat 6.0.28
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Internet Explorer 7.0 @ Win32
Firefox 3.6.12 @ Linux x86_64
Chrome 7.0.517.44 @ Linux x86_64
Reporter: Pavol Pitonak
The following attributes of component rich:list don't work:
onrowclick
onrowdblclick
onrowkeydown
onrowkeypress
onrowkeyup
onrowmousedown
onrowmousemove
onrowmouseout
onrowmouseover
onrowmouseup
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (RF-9993) rich:tree - condition for @rendered on one treeNode applies to another treeNode
by Lukas Fryc (JIRA)
rich:tree - condition for @rendered on one treeNode applies to another treeNode
-------------------------------------------------------------------------------
Key: RF-9993
URL: https://issues.jboss.org/browse/RF-9993
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tree
Affects Versions: 4.0.0.Milestone5
Environment: RichFaces 4.0.0-SNAPSHOT r.20482
Metamer 4.0.0-SNAPSHOT r.20507
Mojarra 2.0.3-FCS
Apache Tomcat 6.0.29
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 8.0.552.215 @ Linux x86_64
Reporter: Lukas Fryc
Sample: https://svn.jboss.org/repos/richfaces/modules/tests/metamer/trunk/applica...
Revision: 20507
Steps to reproduce:
1. open http://localhost:8080/metamer/faces/components/richTree/treeAdaptors.xhtml
2. set rendered=false inside fieldset rich:tree
3. open stepwise these nodes: R-0, R-0.0, R-0.0.0
FAIL: R-0.0.0 can be seen but it cannot be opened, the exception can be seen in server log
(try with treeNode rendered=true, it can be opened, because the condition "node.number" is not evaluated)
javax.el.PropertyNotFoundException: /components/richTree/treeAdaptors.xhtml @102,111 rendered="#{richTreeNodeBean.attributes['rendered'].value || node.number != 1}": Property 'number' not found on type org.richfaces.tests.metamer.model.treeAdaptor.ModelNode$B
at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:108)
at javax.faces.component.ComponentStateHelper.eval(ComponentStateHelper.java:190)
at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:417)
at org.richfaces.component.ComponentPredicates$1.apply(ComponentPredicates.java:51)
at org.richfaces.component.ComponentPredicates$1.apply(ComponentPredicates.java:49)
at com.google.common.collect.Iterators$7.computeNext(Iterators.java:606)
...
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months