[JBoss JIRA] (RF-12988) RichFaces 5 doc update
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12988?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-12988:
----------------------------
Sprint: 5.0.0.Alpha1 Sprint Release, 5.0.0.Alpha1 Docs (was: 5.0.0.Alpha1 Sprint Release)
> RichFaces 5 doc update
> ----------------------
>
> Key: RF-12988
> URL: https://issues.jboss.org/browse/RF-12988
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: doc
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 5.0.0.Alpha1
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> Make final changes to the Developer Guide and Component Reference reflecting the API changed introduced with the RichFaces 5 build re-structure
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (RF-12848) Error "source is not defined" after richfaces-jsf-event.js merge
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12848?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-12848.
----------------------------
Verified for 5.Alpha1. Closing.
> Error "source is not defined" after richfaces-jsf-event.js merge
> ----------------------------------------------------------------
>
> Key: RF-12848
> URL: https://issues.jboss.org/browse/RF-12848
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: core
> Affects Versions: 4.3.1
> Reporter: Torben Greiser
> Assignee: Lukáš Fryč
> Priority: Critical
> Labels: regression
> Fix For: 4.3.2, 5.0.0.Alpha1
>
> Attachments: rf12848_1.xhtml
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> Commit 9255380d626227d909bbcd59ea3bc604966ea5bb breaks the following jsf.ajax.request:
> {code}
> jsf.ajax.request("MyContainer:MySelectionForm", "valueChange", {});
> {code}
> In <a4j:log/> the following error is displayed:
> {code}
> richfaces.queue: ajax submit error: source is not defined
> {code}
> After inspecting richfaces.js I located the cause of the error:
> {code}
> var getFormElement = function(sourceElement) {
> if ($(sourceElement).is('form')) {
> return source;
> } else {
> return $('form').has(sourceElement).get(0);
> }
> };
> {code}
> First if-statement evaluates to true, returning source, which itself is not defined:
> {code}
> ReferenceError: source is not defined
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (RF-12832) Tomcat 6 test Deployments should define the expressionFactory
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12832?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-12832.
----------------------------
Verified. Closing.
> Tomcat 6 test Deployments should define the expressionFactory
> -------------------------------------------------------------
>
> Key: RF-12832
> URL: https://issues.jboss.org/browse/RF-12832
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: tests - functional
> Reporter: Brian Leathem
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> JBoss EL is added as a dependency for tomcat deployments, however the expressionFactory needs to be configured to use the bundled EL implementation.
> Without the configuration below, tests that use advanced EL features will fail on Tomcat.
> For Mojarra implementations, the web.xml of the Deployment should contain:
> {code}
> <context-param>
> <param-name>com.sun.faces.expressionFactory</param-name>
> <param-value>org.jboss.el.ExpressionFactoryImpl</param-value>
> </context-param>
> {code}
> And MyFaces implementations, the web.xml of the Deployment should contain:
> {code}
> <context-param>
> <param-name>org.apache.myfaces.EXPRESSION_FACTORY</param-name>
> <param-value>org.jboss.el.ExpressionFactoryImpl</param-value>
> </context-param>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (RF-12827) Showcase - switching among dynamically created panels, tabs cease to function
by Jan Papousek (JIRA)
[ https://issues.jboss.org/browse/RF-12827?page=com.atlassian.jira.plugin.s... ]
Jan Papousek closed RF-12827.
-----------------------------
verified in 5.0.0.Alpha1
> Showcase - switching among dynamically created panels, tabs cease to function
> -----------------------------------------------------------------------------
>
> Key: RF-12827
> URL: https://issues.jboss.org/browse/RF-12827
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes, showcase
> Affects Versions: 4.3.0.Final
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Fix For: 4.3.2, 5.0.0.Alpha1
>
>
> Dynamically Tabs, Panels can not be switched after some working with them.
> It seems that they cease to function when the tab which was active after the form submission is revisited. It is working again after next form submission, but only till the new active tab is not clicked again.
> The following components are affected: rich:togglePanel, rich:tabPanel, rich:accordion.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (RF-12698) Rename CDK and Resources plugins to comply conventions: maven-cdk-plugin -> richfaces-cdk-maven-plugin
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12698?page=com.atlassian.jira.plugin.s... ]
Juraj Húska closed RF-12698.
----------------------------
Verified. Closing.
> Rename CDK and Resources plugins to comply conventions: maven-cdk-plugin -> richfaces-cdk-maven-plugin
> ------------------------------------------------------------------------------------------------------
>
> Key: RF-12698
> URL: https://issues.jboss.org/browse/RF-12698
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk
> Affects Versions: 4.3.0.CR1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha1
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> During CDK build, following warning appears:
> {code}
> [INFO] ------------------------------------------------------------------------
> [INFO] Building RichFaces CDK: Resources Maven Plugin 4.3.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-richfaces-resources-plugin ---
> [INFO] Deleting /mnt/workspace/workspaces/richfaces/cdk/maven-resources-plugin/target
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ maven-richfaces-resources-plugin ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ maven-richfaces-resources-plugin ---
> [INFO]
> [INFO] --- maven-plugin-plugin:2.9:descriptor (default-descriptor) @ maven-richfaces-resources-plugin ---
> [ERROR]
> Artifact Ids of the format maven-___-plugin are reserved for
> plugins in the Group Id org.apache.maven.plugins
> Please change your artifactId to the format ___-maven-plugin
> In the future this error will break the build.
> ....
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 6 months