[JBoss JIRA] (RF-13278) Add support for a 'header' meta-component to the rich:tabPanel
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13278?page=com.atlassian.jira.plugin.s... ]
Brian Leathem edited comment on RF-13278 at 6/20/14 11:45 AM:
--------------------------------------------------------------
This issue must remain resolved as it is verified as resolved in a released version (5.0.0.Alpha3). Re-opening this issue messes with the release notes for that version. If the feature is now broken, it is a regression and a new issue should be opened referencing this issue.
Sorry for the confusion, I hope the reasoning is clear.
was (Author: bleathem):
This issue must remain resolved as it is verified a resolved in a released version (5.0.0.Alpha3). Re-opening this issue messes with the release notes for that version. If the feature is now broken, it is a regression and a new issue should be opened referencing this issue.
Sorry for the confusion, I hope the reasoning is clear.
> Add support for a 'header' meta-component to the rich:tabPanel
> --------------------------------------------------------------
>
> Key: RF-13278
> URL: https://issues.jboss.org/browse/RF-13278
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.3.4
> Environment: java 7,
> tomcat 7, JBoss AS,
> mojarra, myfaces
> chrome, firefox
> Reporter: Alexey Shakov
> Assignee: Brian Leathem
> Labels: 45x
> Fix For: 5.0.0.Alpha3
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> I use ajax to update the header label of rich:tab. That is why label is placed in a header-facet. Since RF 4.3.4 this does not work:
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html"
> xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j"
> xmlns:f="http://java.sun.com/jsf/core" xml:lang="en" lang="en">
> <h:head>
> </h:head>
> <h:body>
>
> <a4j:log hotkey="M" mode="popup" />
> <h:form id="form" prependId="false">
> <rich:tabPanel id="tabPanel">
> <rich:tab header="tab 1">
> <a4j:commandLink value="click me" action="#{testBean.put('clicks',testBean.clicks + 1)}" render="label" execute="@this" />
> </rich:tab>
> <rich:tab>
> <f:facet name="header">
> <h:outputText id="label" value="#{testBean.clicks} clicks" />
> </f:facet>
> </rich:tab>
> </rich:tabPanel>
> </h:form>
> </h:body>
> </html>
> {code}
> testBean is a simple session-scoped HashMap.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13278) Add support for a 'header' meta-component to the rich:tabPanel
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13278?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13278.
--------------------------------
Fix Version/s: (was: 4.5.0.Alpha3)
Resolution: Done
This issue must remain resolved as it is verified a resolved in a released version (5.0.0.Alpha3). Re-opening this issue messes with the release notes for that version. If the feature is now broken, it is a regression and a new issue should be opened referencing this issue.
Sorry for the confusion, I hope the reasoning is clear.
> Add support for a 'header' meta-component to the rich:tabPanel
> --------------------------------------------------------------
>
> Key: RF-13278
> URL: https://issues.jboss.org/browse/RF-13278
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.3.4
> Environment: java 7,
> tomcat 7, JBoss AS,
> mojarra, myfaces
> chrome, firefox
> Reporter: Alexey Shakov
> Assignee: Brian Leathem
> Labels: 45x
> Fix For: 5.0.0.Alpha3
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> I use ajax to update the header label of rich:tab. That is why label is placed in a header-facet. Since RF 4.3.4 this does not work:
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html"
> xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:rich="http://richfaces.org/rich" xmlns:a4j="http://richfaces.org/a4j"
> xmlns:f="http://java.sun.com/jsf/core" xml:lang="en" lang="en">
> <h:head>
> </h:head>
> <h:body>
>
> <a4j:log hotkey="M" mode="popup" />
> <h:form id="form" prependId="false">
> <rich:tabPanel id="tabPanel">
> <rich:tab header="tab 1">
> <a4j:commandLink value="click me" action="#{testBean.put('clicks',testBean.clicks + 1)}" render="label" execute="@this" />
> </rich:tab>
> <rich:tab>
> <f:facet name="header">
> <h:outputText id="label" value="#{testBean.clicks} clicks" />
> </f:facet>
> </rich:tab>
> </rich:tabPanel>
> </h:form>
> </h:body>
> </html>
> {code}
> testBean is a simple session-scoped HashMap.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13682) Stateless view: CSS stylesheets not included in head after form submit
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13682?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13682:
-------------------------------
Fix Version/s: 4.5.0.Alpha3
> Stateless view: CSS stylesheets not included in head after form submit
> ----------------------------------------------------------------------
>
> Key: RF-13682
> URL: https://issues.jboss.org/browse/RF-13682
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.7
> Environment: OpenSuse 13.1 x64
> OpenJDK 1.7.0_51
> Apache Tomcat 8.0.8
> JSF: org.glassfish:javax.faces:2.1.28
> Reporter: Tony Cramer
> Fix For: 4.5.0.Alpha3
>
> Attachments: rf-demo-skinning.zip, rf-demo-skinning_and_style.zip
>
>
> If view is stateless <f:view transient="true"...
> Issue 1. skinning.css is not included after submitting a form at all.
> Issue 2. Any other stylesheets manually included with h:outputStylesheet are not included in head but in body after submit.
> Maven project reproducing the issue attached.
> Please use "rf-demo-skinning_and_style.zip" - reproduces both issues.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13686) Props interfaces overlap and are not fully implemented
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13686?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13686:
------------------------------------
While this _should_ be cleaned up, ed. any interfaces that currently implement the {{styleClass}} property should extend the styleClass interface, it is however not critical to do so. Implementing the same method from multiple interfaces is acceptable. The only real problem it allows for a possible inconsistency in the VDL docs.
> Props interfaces overlap and are not fully implemented
> ------------------------------------------------------
>
> Key: RF-13686
> URL: https://issues.jboss.org/browse/RF-13686
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Michal Petrov
> Assignee: Michal Petrov
> Fix For: 4.5.0.Alpha3
>
>
> In addition to RF-13679 - @styleClass is also defined in CoreProps which many classes implement and in several classes it is hardcoded (like AbstractAutocomplete), several other interfaces are not being implemented.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13673) Backport the plain skin fix from RF 5
by Sebastian Cramer (JIRA)
[ https://issues.jboss.org/browse/RF-13673?page=com.atlassian.jira.plugin.s... ]
Sebastian Cramer commented on RF-13673:
---------------------------------------
Hi.
I tried to port the patches to 4.3.8-SNAPSHOT. But there is a problem with the ecss files during packaging: Is it possible the 4.3.x CDK doesnt support method expressions in ecss files? The maven build breaks complaining about the fact that "#{richSkin.imageUrl(...)}" is not a valid el-expression (it doesnt expect a "(").
If that is to be expected - should I work around that problem by having richSkin.imageUrl return a "virtual" Map and use richSkin.imageUrl[...] instead?
Cheers
S
> Backport the plain skin fix from RF 5
> -------------------------------------
>
> Key: RF-13673
> URL: https://issues.jboss.org/browse/RF-13673
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: skinning
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 4.5.0.Alpha3
>
>
> Backport RF-11103.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13684) GraphValidator with uiRepat does not validate numeric group correctly
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13684?page=com.atlassian.jira.plugin.s... ]
Juraj Húska edited comment on RF-13684 at 6/20/14 10:19 AM:
------------------------------------------------------------
Sorry I incorrectly put there "ValidationGroupBooleanInputs", it should be "VailidationGroupNumericInputs".
However, I can not reproduce the issue anymore, do not know why.
Please close the issue if you can not neither.
was (Author: jhuska):
Sorry I incorrectly put there "ValidationGroupBooleanInputs", it should be "VailidationGroupNumericInputs".
However, I can not reproduce the issue anymore, do not know why.
> GraphValidator with uiRepat does not validate numeric group correctly
> ---------------------------------------------------------------------
>
> Key: RF-13684
> URL: https://issues.jboss.org/browse/RF-13684
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Labels: regression
> Fix For: 4.5.0.Alpha3
>
>
> Validation does not fail when there is incorrect value for numeric group, when {{graphValidator}} is within {{uiRepeat}}.
> Note that the boolean group validation works correctly.
> Please see steps to reproduce.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13684) GraphValidator with uiRepat does not validate numeric group correctly
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-13684?page=com.atlassian.jira.plugin.s... ]
Juraj Húska edited comment on RF-13684 at 6/20/14 10:18 AM:
------------------------------------------------------------
Sorry I incorrectly put there "ValidationGroupBooleanInputs", it should be "VailidationGroupNumericInputs".
However, I can not reproduce the issue anymore, do not know why.
was (Author: jhuska):
Sorry I incorrectly put there "ValidationGroupBooleanInputs", it should be "VailidationGroupNumericInputs"/
However I can not reproduce the issue anymore, do not know why.
> GraphValidator with uiRepat does not validate numeric group correctly
> ---------------------------------------------------------------------
>
> Key: RF-13684
> URL: https://issues.jboss.org/browse/RF-13684
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Labels: regression
> Fix For: 4.5.0.Alpha3
>
>
> Validation does not fail when there is incorrect value for numeric group, when {{graphValidator}} is within {{uiRepeat}}.
> Note that the boolean group validation works correctly.
> Please see steps to reproduce.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months