[JBoss JIRA] (RF-12689) Upgrade Atmosphere from 1.0.1 to 1.0.7 (or 1.1.0.beta2)
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12689?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12689:
---------------------------------
Hey Juergen, we will look into upgrade for next 4.3 or 5.0 release (the upgrade should go to both), but it is currently not scheduled.
If you would like help us to test, we can cooperate and fix it together.
> Upgrade Atmosphere from 1.0.1 to 1.0.7 (or 1.1.0.beta2)
> -------------------------------------------------------
>
> Key: RF-12689
> URL: https://issues.jboss.org/browse/RF-12689
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build/distribution, component-push/poll
> Affects Versions: 4.3.0.M3
> Reporter: Juergen Zimmermann
> Fix For: 4.3-Tracking, 5-Tracking
>
>
> 4.3.0.M3 still uses Atmosphere 1.0.1. However, there is 1.0.7 (or even 1.1.0.beta2)
--
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, 9 months
[JBoss JIRA] (RF-12784) Showcase readme - update deployment from eclipse part
by Juraj Húska (JIRA)
Juraj Húska created RF-12784:
--------------------------------
Summary: Showcase readme - update deployment from eclipse part
Key: RF-12784
URL: https://issues.jboss.org/browse/RF-12784
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: doc, showcase
Affects Versions: 4.3.0.Final, 5-Tracking
Reporter: Juraj Húska
Assignee: Juraj Húska
Priority: Trivial
The deployment of the showcase from eclipse needs to be written down in in more details, because it is not trivial:
An user needs to be aware of:
* select correct maven profile
* alter the deployment assembly
* be aware of wrong context root load in the eclipse browser
I will send pull request for this one.
--
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, 9 months
[JBoss JIRA] (RF-12523) a4j:commandButton generates duplicated context path using a resource value expression within image attribute
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12523?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12523:
---------------------------------
Perfect, thanks Juraj
> a4j:commandButton generates duplicated context path using a resource value expression within image attribute
> ------------------------------------------------------------------------------------------------------------
>
> Key: RF-12523
> URL: https://issues.jboss.org/browse/RF-12523
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 4.2.2.Final, 4.3.0.M1
> Environment: Windows 7 Professional, JBoss AS 6.1.0.Final, Mojarra 2.1.7
> Reporter: Andreas Owczarek
> Labels: testcase_provided
> Fix For: 5-Tracking
>
>
> a4j:commandButton produces an extra context path prefix for the image resource path, when it is used with the value expression {code}#{resource['library:file']}{code} for the image attribute.
> {code:xml|title=Example code}
> <a4j:commandButton image="#{resource['icons:icon.gif']}" value="#{resource['icons:icon.gif']}"/>
> {code}
> {code:xml|title=Generated Result code}
> <input type="image" alt="/com.example.my.context.path/faces/javax.faces.resource/icon.gif?ln=icons" src="/com.example.my.context.path/com.example.my.context.path/faces/javax.faces.resource/icon.gif?ln=icons" value="/com.example.my.context.path/faces/javax.faces.resource/icon.gif?ln=icons" onclick="RichFaces.ajax("j_idt76",event,{"incId":"1"} );return false;" name="j_idt76" id="j_idt76">
> {code}
> The generated code show the correct value for the expression within the generated button label, but the image could not be located correctly because of the wrong generated image resource path.
--
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, 9 months