[JBoss JIRA] (RF-13555) RichFaces validation demo contains invalid navigation rules
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13555?page=com.atlassian.jira.plugin.s... ]
Brian Leathem moved to :
-----------------------------
> RichFaces validation demo contains invalid navigation rules
> -----------------------------------------------------------
>
> Key: RF-13555
> URL: https://issues.jboss.org/browse/RF-13555
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples
> Affects Versions: 4.3.5
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Priority: Minor
>
> There are two invalid JSF navigation rules in faces-config.xml of richfaces-validation demo. These rules can be safely removed because the application doesn't use them.
> {code}
> <navigation-rule>
> <from-view-id>/index.xhtml</from-view-id>
> <navigation-case>
> <from-action>#{auth.authenticate(username)}</from-action>
> <if>#{auth.logged}</if>
> <to-view-id>/tasks.xhtml</to-view-id>
> <redirect />
> </navigation-case>
> </navigation-rule>
>
> <navigation-rule>
> <from-view-id>/tasks.xhtml</from-view-id>
> <navigation-case>
> <from-action>#{auth.logout}</from-action>
> <if>#{!auth.logged}</if>
> <to-view-id>/index.xhtml</to-view-id>
> <redirect />
> </navigation-case>
> </navigation-rule>
> {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
10 years, 9 months
[JBoss JIRA] (RF-13555) RichFaces validation demo contains invalid navigation rules
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13555?page=com.atlassian.jira.plugin.s... ]
Brian Leathem deleted RF-13555:
-------------------------------
> RichFaces validation demo contains invalid navigation rules
> -----------------------------------------------------------
>
> Key: RF-13555
> URL: https://issues.jboss.org/browse/RF-13555
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Priority: Minor
>
> There are two invalid JSF navigation rules in faces-config.xml of richfaces-validation demo. These rules can be safely removed because the application doesn't use them.
> {code}
> <navigation-rule>
> <from-view-id>/index.xhtml</from-view-id>
> <navigation-case>
> <from-action>#{auth.authenticate(username)}</from-action>
> <if>#{auth.logged}</if>
> <to-view-id>/tasks.xhtml</to-view-id>
> <redirect />
> </navigation-case>
> </navigation-rule>
>
> <navigation-rule>
> <from-view-id>/tasks.xhtml</from-view-id>
> <navigation-case>
> <from-action>#{auth.logout}</from-action>
> <if>#{!auth.logged}</if>
> <to-view-id>/index.xhtml</to-view-id>
> <redirect />
> </navigation-case>
> </navigation-rule>
> {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
10 years, 9 months
[JBoss JIRA] (RF-13554) RichFaces validation demo contains invalid navigation rules
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13554?page=com.atlassian.jira.plugin.s... ]
Brian Leathem moved WFK2-498 to RF-13554:
-----------------------------------------
Project: RichFaces (was: JBoss WFK 2)
Key: RF-13554 (was: WFK2-498)
Workflow: GIT Pull Request workflow (was: CDW v1)
Affects Version/s: 4.3.5
(was: 2.5.0.ER1)
Component/s: examples
(was: RichFaces)
Target Release: (was: 2.5.0.GA)
> RichFaces validation demo contains invalid navigation rules
> -----------------------------------------------------------
>
> Key: RF-13554
> URL: https://issues.jboss.org/browse/RF-13554
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples
> Affects Versions: 4.3.5
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Priority: Minor
>
> There are two invalid JSF navigation rules in faces-config.xml of richfaces-validation demo. These rules can be safely removed because the application doesn't use them.
> {code}
> <navigation-rule>
> <from-view-id>/index.xhtml</from-view-id>
> <navigation-case>
> <from-action>#{auth.authenticate(username)}</from-action>
> <if>#{auth.logged}</if>
> <to-view-id>/tasks.xhtml</to-view-id>
> <redirect />
> </navigation-case>
> </navigation-rule>
>
> <navigation-rule>
> <from-view-id>/tasks.xhtml</from-view-id>
> <navigation-case>
> <from-action>#{auth.logout}</from-action>
> <if>#{!auth.logged}</if>
> <to-view-id>/index.xhtml</to-view-id>
> <redirect />
> </navigation-case>
> </navigation-rule>
> {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
10 years, 9 months
[JBoss JIRA] (RF-13553) Kitchensink-rf: several unused imports
by Sande Gilda (JIRA)
[ https://issues.jboss.org/browse/RF-13553?page=com.atlassian.jira.plugin.s... ]
Sande Gilda updated RF-13553:
-----------------------------
Assignee: (was: Sande Gilda)
> Kitchensink-rf: several unused imports
> --------------------------------------
>
> Key: RF-13553
> URL: https://issues.jboss.org/browse/RF-13553
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples
> Environment: WFK 2.5.0.ER1
> Reporter: Pavol Pitonak
>
> Class org.jboss.as.quickstarts.kitchensinkrf.util.UserAgent in jboss-kitchensink-rf contains 3 unused imports which can be safely removed:
> * import javax.faces.bean.ManagedBean;
> * import javax.faces.bean.SessionScoped;
> * import javax.inject.Inject;
> Class org.jboss.as.quickstarts.kitchensinkrf.util.RewriteConfigurationProvider contain one unused import:
> * import javax.inject.Inject;
--
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
10 years, 9 months
[JBoss JIRA] (RF-13553) Kitchensink-rf: several unused imports
by Sande Gilda (JIRA)
[ https://issues.jboss.org/browse/RF-13553?page=com.atlassian.jira.plugin.s... ]
Sande Gilda moved JDF-664 to RF-13553:
--------------------------------------
Project: RichFaces (was: JBoss Developer Framework)
Key: RF-13553 (was: JDF-664)
Component/s: examples
(was: quickstarts)
Security: Public
> Kitchensink-rf: several unused imports
> --------------------------------------
>
> Key: RF-13553
> URL: https://issues.jboss.org/browse/RF-13553
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples
> Environment: WFK 2.5.0.ER1
> Reporter: Pavol Pitonak
> Assignee: Sande Gilda
>
> Class org.jboss.as.quickstarts.kitchensinkrf.util.UserAgent in jboss-kitchensink-rf contains 3 unused imports which can be safely removed:
> * import javax.faces.bean.ManagedBean;
> * import javax.faces.bean.SessionScoped;
> * import javax.inject.Inject;
> Class org.jboss.as.quickstarts.kitchensinkrf.util.RewriteConfigurationProvider contain one unused import:
> * import javax.inject.Inject;
--
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
10 years, 9 months
[JBoss JIRA] (RF-12033) ExtendedDataTable doesn't show up in tabpanel with switchType="client"
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-12033?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek edited comment on RF-12033 at 2/24/14 9:03 AM:
-----------------------------------------------------------
Oh, now I see. It doesn't matter which JSF version, browser or container you are using. The important part is: resizing the window before opening the tab with EDT.
Tried with:
RF 4.3.4.Final, RF 5.0 and 4.3.x Snapshots.
FF 27, IE9.
GlassFish 3.1.2.2 vanilla and with JSF 2.1.20, EAP 6.2.
Steps to reproduce:
# unzip, build and deploy the richfaces-test.zip attached here and open in browser
# {color:red}resize the browser window{color}
# open the second tab
** have: gray bar instead of EDT
or can be reproduced with Metamer:
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richExtendedDataTable/simp...
# open the second tab
# resize the browser window
# open the third tab
** have: only the borders of EDT are visible
was (Author: jstefek):
Oh, now I see. It doesn't matter which JSF version, browser or container you are using. The important part is: resizing the window before opening the tab with EDT.
Tried with RF 4.3.4.Final and RF 5.0 and 4.3.x Snapshots.
Steps to reproduce:
# unzip, build and deploy the richfaces-test.zip attached here and open in browser
# {color:red}resize the browser window{color}
# open the second tab
** have: gray bar instead of EDT
or can be reproduced with Metamer:
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richExtendedDataTable/simp...
# open the second tab
# resize the browser window
# open the third tab
** have: only the borders of EDT are visible
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> ----------------------------------------------------------------------
>
> Key: RF-12033
> URL: https://issues.jboss.org/browse/RF-12033
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.2.0.Final
> Environment: FireFox 10.0.2 (works in IE7)
> GlassFish 3.1
> Reporter: Josh Hill
> Assignee: Brian Leathem
> Labels: lazy-loaded
> Attachments: rf-12033-jsf2.1.20-glassfish3.1.2.2-ie-source-OK.htm, rf-12033-jsf2.1.20-glassfish3.1.2.2-ie9-OK.png, rf12033_IE10_OK_resizing_window.png, rf12033_IE9_error.png, richfaces-test.zip
>
>
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> Facelet file from the attached testcase:
> {code}
> <?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:h="http://java.sun.com/jsf/html"
> xmlns:rich="http://richfaces.org/rich"
> xmlns:f="http://java.sun.com/jsf/core">
> <h:head>
> <title>Test One</title>
> </h:head>
> <h:body>
> <p>Extended datatable inside tabpanel with switchType "client"</p>
> <h:form>
> <rich:tabPanel switchType="client">
> <rich:tab>
> <f:facet name="header">
> Tab One
> </f:facet>
> Tab One
> </rich:tab>
> <rich:tab>
> <f:facet name="header">
> Tab Two
> </f:facet>
> <rich:extendedDataTable value="#{colorsBean.colors}" var="color">
> <rich:column>
> <f:facet name="header">
> Column 1
> </f:facet>
> #{color}
> </rich:column>
> </rich:extendedDataTable>
> </rich:tab>
> </rich:tabPanel>
> </h:form>
> </h:body>
> </html>
> {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
10 years, 9 months
[JBoss JIRA] (RF-12033) ExtendedDataTable doesn't show up in tabpanel with switchType="client"
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-12033?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek reassigned RF-12033:
--------------------------------
Assignee: Brian Leathem (was: Jiří Štefek)
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> ----------------------------------------------------------------------
>
> Key: RF-12033
> URL: https://issues.jboss.org/browse/RF-12033
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.2.0.Final
> Environment: FireFox 10.0.2 (works in IE7)
> GlassFish 3.1
> Reporter: Josh Hill
> Assignee: Brian Leathem
> Labels: lazy-loaded
> Attachments: rf-12033-jsf2.1.20-glassfish3.1.2.2-ie-source-OK.htm, rf-12033-jsf2.1.20-glassfish3.1.2.2-ie9-OK.png, rf12033_IE10_OK_resizing_window.png, rf12033_IE9_error.png, richfaces-test.zip
>
>
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> Facelet file from the attached testcase:
> {code}
> <?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:h="http://java.sun.com/jsf/html"
> xmlns:rich="http://richfaces.org/rich"
> xmlns:f="http://java.sun.com/jsf/core">
> <h:head>
> <title>Test One</title>
> </h:head>
> <h:body>
> <p>Extended datatable inside tabpanel with switchType "client"</p>
> <h:form>
> <rich:tabPanel switchType="client">
> <rich:tab>
> <f:facet name="header">
> Tab One
> </f:facet>
> Tab One
> </rich:tab>
> <rich:tab>
> <f:facet name="header">
> Tab Two
> </f:facet>
> <rich:extendedDataTable value="#{colorsBean.colors}" var="color">
> <rich:column>
> <f:facet name="header">
> Column 1
> </f:facet>
> #{color}
> </rich:column>
> </rich:extendedDataTable>
> </rich:tab>
> </rich:tabPanel>
> </h:form>
> </h:body>
> </html>
> {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
10 years, 9 months
[JBoss JIRA] (RF-12033) ExtendedDataTable doesn't show up in tabpanel with switchType="client"
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-12033?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek commented on RF-12033:
----------------------------------
Oh, now I see. It doesn't matter which JSF version, browser or container you are using. The important part is: resizing the window before opening the tab with EDT.
Tried with RF 4.3.4.Final and RF 5.0 and 4.3.x Snapshots.
Steps to reproduce:
# unzip, build and deploy the richfaces-test.zip attached here and open in browser
# {color:red}resize the browser window{color}
# open the second tab
** have: gray bar instead of EDT
or can be reproduced with Metamer:
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richExtendedDataTable/simp...
# open the second tab
# resize the browser window
# open the third tab
** have: only the borders of EDT are visible
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> ----------------------------------------------------------------------
>
> Key: RF-12033
> URL: https://issues.jboss.org/browse/RF-12033
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.2.0.Final
> Environment: FireFox 10.0.2 (works in IE7)
> GlassFish 3.1
> Reporter: Josh Hill
> Assignee: Jiří Štefek
> Labels: lazy-loaded
> Attachments: rf-12033-jsf2.1.20-glassfish3.1.2.2-ie-source-OK.htm, rf-12033-jsf2.1.20-glassfish3.1.2.2-ie9-OK.png, rf12033_IE10_OK_resizing_window.png, rf12033_IE9_error.png, richfaces-test.zip
>
>
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> Facelet file from the attached testcase:
> {code}
> <?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:h="http://java.sun.com/jsf/html"
> xmlns:rich="http://richfaces.org/rich"
> xmlns:f="http://java.sun.com/jsf/core">
> <h:head>
> <title>Test One</title>
> </h:head>
> <h:body>
> <p>Extended datatable inside tabpanel with switchType "client"</p>
> <h:form>
> <rich:tabPanel switchType="client">
> <rich:tab>
> <f:facet name="header">
> Tab One
> </f:facet>
> Tab One
> </rich:tab>
> <rich:tab>
> <f:facet name="header">
> Tab Two
> </f:facet>
> <rich:extendedDataTable value="#{colorsBean.colors}" var="color">
> <rich:column>
> <f:facet name="header">
> Column 1
> </f:facet>
> #{color}
> </rich:column>
> </rich:extendedDataTable>
> </rich:tab>
> </rich:tabPanel>
> </h:form>
> </h:body>
> </html>
> {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
10 years, 9 months
[JBoss JIRA] (RF-12033) ExtendedDataTable doesn't show up in tabpanel with switchType="client"
by Steve Oh (JIRA)
[ https://issues.jboss.org/browse/RF-12033?page=com.atlassian.jira.plugin.s... ]
Steve Oh commented on RF-12033:
-------------------------------
Jiri, I have added two screenshots from my setup. one showing the problem and the second one, that looks just like yours. I just resized the browser window in between.
how can I help?
regards
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> ----------------------------------------------------------------------
>
> Key: RF-12033
> URL: https://issues.jboss.org/browse/RF-12033
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.2.0.Final
> Environment: FireFox 10.0.2 (works in IE7)
> GlassFish 3.1
> Reporter: Josh Hill
> Assignee: Jiří Štefek
> Labels: lazy-loaded
> Attachments: rf-12033-jsf2.1.20-glassfish3.1.2.2-ie-source-OK.htm, rf-12033-jsf2.1.20-glassfish3.1.2.2-ie9-OK.png, rf12033_IE10_OK_resizing_window.png, rf12033_IE9_error.png, richfaces-test.zip
>
>
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> Facelet file from the attached testcase:
> {code}
> <?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:h="http://java.sun.com/jsf/html"
> xmlns:rich="http://richfaces.org/rich"
> xmlns:f="http://java.sun.com/jsf/core">
> <h:head>
> <title>Test One</title>
> </h:head>
> <h:body>
> <p>Extended datatable inside tabpanel with switchType "client"</p>
> <h:form>
> <rich:tabPanel switchType="client">
> <rich:tab>
> <f:facet name="header">
> Tab One
> </f:facet>
> Tab One
> </rich:tab>
> <rich:tab>
> <f:facet name="header">
> Tab Two
> </f:facet>
> <rich:extendedDataTable value="#{colorsBean.colors}" var="color">
> <rich:column>
> <f:facet name="header">
> Column 1
> </f:facet>
> #{color}
> </rich:column>
> </rich:extendedDataTable>
> </rich:tab>
> </rich:tabPanel>
> </h:form>
> </h:body>
> </html>
> {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
10 years, 9 months
[JBoss JIRA] (RF-12033) ExtendedDataTable doesn't show up in tabpanel with switchType="client"
by Steve Oh (JIRA)
[ https://issues.jboss.org/browse/RF-12033?page=com.atlassian.jira.plugin.s... ]
Steve Oh updated RF-12033:
--------------------------
Attachment: rf12033_IE10_OK_resizing_window.png
IE9, mojarra 2.1.20, same setup, but after resizing the browser window
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> ----------------------------------------------------------------------
>
> Key: RF-12033
> URL: https://issues.jboss.org/browse/RF-12033
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.2.0.Final
> Environment: FireFox 10.0.2 (works in IE7)
> GlassFish 3.1
> Reporter: Josh Hill
> Assignee: Jiří Štefek
> Labels: lazy-loaded
> Attachments: rf-12033-jsf2.1.20-glassfish3.1.2.2-ie-source-OK.htm, rf-12033-jsf2.1.20-glassfish3.1.2.2-ie9-OK.png, rf12033_IE10_OK_resizing_window.png, rf12033_IE9_error.png, richfaces-test.zip
>
>
> ExtendedDataTable doesn't show up in tabpanel with switchType="client"
> Facelet file from the attached testcase:
> {code}
> <?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:h="http://java.sun.com/jsf/html"
> xmlns:rich="http://richfaces.org/rich"
> xmlns:f="http://java.sun.com/jsf/core">
> <h:head>
> <title>Test One</title>
> </h:head>
> <h:body>
> <p>Extended datatable inside tabpanel with switchType "client"</p>
> <h:form>
> <rich:tabPanel switchType="client">
> <rich:tab>
> <f:facet name="header">
> Tab One
> </f:facet>
> Tab One
> </rich:tab>
> <rich:tab>
> <f:facet name="header">
> Tab Two
> </f:facet>
> <rich:extendedDataTable value="#{colorsBean.colors}" var="color">
> <rich:column>
> <f:facet name="header">
> Column 1
> </f:facet>
> #{color}
> </rich:column>
> </rich:extendedDataTable>
> </rich:tab>
> </rich:tabPanel>
> </h:form>
> </h:body>
> </html>
> {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
10 years, 9 months