[JBoss JIRA] Created: (RF-9907) rich:extendedDataTable - selection event bindings doesn't work
by Lukas Fryc (JIRA)
rich:extendedDataTable - selection event bindings doesn't work
--------------------------------------------------------------
Key: RF-9907
URL: https://jira.jboss.org/browse/RF-9907
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone4
Environment: * RichFaces 4.0.0-SNAPSHOT r.20272
* Metamer 4.0.0-SNAPSHOT r.20302
* Mojarra 2.0.3-FCS
* Apache Tomcat 6.0.29
* OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
* Firefox 3.6.12 @ Linux x86_64
Reporter: Lukas Fryc
Although a4j:ajax binded to component works for handling selectionchange and beforeselectionchange events,
event bindings using attributes of rich:extendedDataTable (@selectionchange, @beforeselectionchange) doesn't work.
See steps to reproduce.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] Moved: (RF-10006) Release/build: Javadoc is processing war files
by Jay Balunas (JIRA)
[ https://issues.jboss.org/browse/RF-10006?page=com.atlassian.jira.plugin.s... ]
Jay Balunas moved RFPL-916 to RF-10006:
---------------------------------------
Project: RichFaces (was: RichFaces Planning)
Key: RF-10006 (was: RFPL-916)
Affects Version/s: 4.0.0.Milestone4
(was: 4.0.0.Milestone4)
Component/s: build
(was: build)
Fix Version/s: 4.0.0.CR1
(was: 4.0.0.CR1)
> Release/build: Javadoc is processing war files
> ----------------------------------------------
>
> Key: RF-10006
> URL: https://issues.jboss.org/browse/RF-10006
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: build
> Affects Versions: 4.0.0.Milestone4
> Reporter: Nick Belaevski
> Assignee: Alex Kolonitsky
> Fix For: 4.0.0.CR1
>
>
> When I'm building release, I see that for ui projects (e.g. ui/misc/ui) .WAR files are being processed by Javadoc:
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.cdk:dist:jar:4.0.0-SNAPSHOT'. Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.archetypes:richfaces-archetype-simpleapp:maven-archetype:4.0.0-SNAPSHOT'. Tr
> ying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.archetypes:richfaces-component:maven-archetype:4.0.0-SNAPSHOT'. Trying to in
> voke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.archetypes:richfaces-component-short:maven-archetype:4.0.0-SNAPSHOT'. Trying
> to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.archetypes:richfaces-components-aggregator:maven-archetype:4.0.0-SNAPSHOT'.
> Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.archetypes:richfaces-archetype-gae:maven-archetype:4.0.0-SNAPSHOT'. Trying t
> o invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.examples:template:war:4.0.0-SNAPSHOT'. Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.examples:core-demo:war:4.0.0-SNAPSHOT'. Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.examples:misc-demo:war:4.0.0-SNAPSHOT'. Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.examples:output-demo:war:4.0.0-SNAPSHOT'. Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.examples:input-demo:war:4.0.0-SNAPSHOT'. Trying to invoke it...
> [INFO] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.richfaces.examples:repeater-demo:war:4.0.0-SNAPSHOT'. Trying to invoke it...
> and this takes a lot of time. This should not be happening.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] Updated: (RF-10004) CDK: isEmpty method is generaged incorrectly
by Andrey Markhel (JIRA)
[ https://issues.jboss.org/browse/RF-10004?page=com.atlassian.jira.plugin.s... ]
Andrey Markhel updated RF-10004:
--------------------------------
Summary: CDK: isEmpty method is generaged incorrectly (was: CDK: isEmpty methos is generaged incorrectly)
> CDK: isEmpty method is generaged incorrectly
> --------------------------------------------
>
> Key: RF-10004
> URL: https://issues.jboss.org/browse/RF-10004
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: CDK
> Affects Versions: 4.0.0.Milestone5
> Reporter: Andrey Markhel
> Assignee: Alexander Smirnov
>
> When I use expression #{empty ""} on component.template.xml, CDK generate the following:
> private static boolean isEmpty(Object object)
> {
> return object == null;
> }
> and isEmpty("") = false, but it is incorrect.
> I think isEmpty method should return true when incoming string doesn't contain any characters except spaces.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] Created: (RF-9965) Ajax: literal attributes are not coerced
by Nick Belaevski (JIRA)
Ajax: literal attributes are not coerced
----------------------------------------
Key: RF-9965
URL: https://jira.jboss.org/browse/RF-9965
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Milestone5
Reporter: Nick Belaevski
Assignee: Anton Belevich
This code:
<a:ajax bypassUpdates="true" .. />
gives exception:
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
at org.ajax4jsf.component.behavior.AjaxBehavior.setLiteralAttribute(AjaxBehavior.java:109)
at org.richfaces.view.facelets.tag.BehaviorRule$LiteralAttributeMetadata.applyMetadata(BehaviorRule.java:52)
at com.sun.faces.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:77)
at javax.faces.view.facelets.MetaTagHandler.setAttributes(MetaTagHandler.java:125)
at javax.faces.view.facelets.DelegatingMetaTagHandler.setAttributes(DelegatingMetaTagHandler.java:98)
at org.richfaces.view.facelets.html.AjaxHandler.apply(AjaxHandler.java:94)
at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:94)
at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:133)
at org.richfaces.view.facelets.html.BehaviorsAddingComponentHandlerWrapper.applyNextHandler(BehaviorsAddingComponentHandlerWrapper.java:55)
at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:180)
at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:116)
at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:133)
at org.richfaces.view.facelets.html.BehaviorsAddingComponentHandlerWrapper.applyNextHandler(BehaviorsAddingComponentHandlerWrapper.java:55)
at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:180)
at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:116)
at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:94)
at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:133)
at org.richfaces.view.facelets.html.BehaviorsAddingComponentHandlerWrapper.applyNextHandler(BehaviorsAddingComponentHandlerWrapper.java:55)
at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:180)
at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:116)
at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:94)
at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:89)
at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:94)
at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:79)
at com.sun.faces.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:148)
at com.sun.faces.application.view.FaceletViewHandlingStrategy.buildView(FaceletViewHandlingStrategy.java:740)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:96)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:97)
//...trimmed
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months