[JBoss JIRA] (RFPL-1597) Metamer: EL example (with myFaces) not working
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RFPL-1597?page=com.atlassian.jira.plugin.... ]
Matej Novotny resolved RFPL-1597.
---------------------------------
Fix Version/s: 4.5.3.Final
Resolution: Out of Date
Resolving as out of date. This is no longer an issue.
> Metamer: EL example (with myFaces) not working
> ----------------------------------------------
>
> Key: RFPL-1597
> URL: https://issues.jboss.org/browse/RFPL-1597
> Project: RichFaces Planning
> Issue Type: Bug
> Components: QE
> Affects Versions: 4.1.0.Milestone1
> Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
> Metamer 4.1.0.20110805-M1 r.22604
> Apache MyFaces JSF-2.1 Core Impl 2.1.1
> JBoss AS 6.0.0.Final
> Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
> Chrome 12.0.742.112 @ Linux i686
> Reporter: Ján Jamrich
> Assignee: Matej Novotny
> Fix For: 4.5.3.Final
>
>
> Example for Expression Language at faces/components/expressionLanguage/simple.xhtml doesn't work at all.
> Following exception is displayed instead of page:
> Could not retrieve value of component with path : {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /components/expressionLanguage/simple.xhtml][Class: javax.faces.component.html.HtmlBody,Id: j_id1340617480_43b8eadd][Class: javax.faces.component.html.HtmlPanelGroup,Id: commonGrid][Class: javax.faces.component.html.HtmlForm,Id: form][Class: javax.faces.component.html.HtmlOutputText,Id: j_id976656790_49030fd4]}
> Caused by:
> javax.el.ELException - /components/expressionLanguage/simple.xhtml at line 43 and column 88 value="model.capitals.size(): #{model.capitals.size()}": Cannot convert size of type class java.lang.String to class java.lang.Integer
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 10 months
[JBoss JIRA] (RFPL-1598) Metamer: rich:popUpPanel - "Save" doesn't close panel
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RFPL-1598?page=com.atlassian.jira.plugin.... ]
Matej Novotny resolved RFPL-1598.
---------------------------------
Fix Version/s: 4.5.3.Final
Resolution: Done
Done, works for both, myfaces and mojarra.
Also I added a text to clarify the purpose of this reproducer.
> Metamer: rich:popUpPanel - "Save" doesn't close panel
> -----------------------------------------------------
>
> Key: RFPL-1598
> URL: https://issues.jboss.org/browse/RFPL-1598
> Project: RichFaces Planning
> Issue Type: Bug
> Components: QE
> Affects Versions: 4.1.0.Milestone1
> Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
> Metamer 4.1.0.20110805-M1 r.22604
> Apache MyFaces JSF-2.1 Core Impl 2.1.1
> JBoss AS 6.0.0.Final
> Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
> Chrome 12.0.742.112 @ Linux i686
> Reporter: Ján Jamrich
> Assignee: Matej Novotny
> Fix For: 4.5.3.Final
>
>
> Seems that "Save" button lack JS function call to close popUpPanel - where form is inside.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 10 months
[JBoss JIRA] (RFPL-1598) Metamer: rich:popUpPanel - "Save" doesn't close panel
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RFPL-1598?page=com.atlassian.jira.plugin.... ]
Matej Novotny edited comment on RFPL-1598 at 2/17/15 9:28 AM:
--------------------------------------------------------------
EDIT: the actual closing of panel on 'Save' does not happen in any case described below.
>From the description of this issue I am not certain what page in Metamer we are talking about but I think its [popup-formInsidePanel|http://localhost:8080/metamer-tomcat7-myfaces/faces/components/richPopupPanel/formInsidePanel.xhtml] (the link is for metamer + myfaces on tomcat).
I tried it with latest FF/Chrome + myfaces + tomcat 8.0.18 and it is still a problem -> I will create steps to reproduce to make it clear. However I am not entirely sure what is that test page trying to achieve since even with wildfly and mojarra there are some malfunctions. The ajax req. is sent but only the first output field gets updated upon clicking 'Save', the other two remain blank.
So I went ahead and investigated how we use this page in [popup tests|https://github.com/richfaces/richfaces-qa/tree/master/metamer/ftest...]. I found out there are no automated tests covering this page.
In case we want to use it we first need to make it fully work with mojarra and wildfly.
Looking at the page [code|https://github.com/richfaces/richfaces-qa/blob/master/metamer/applic...] this seems to be a problem with execute/render not updating components. I will take a look at it.
was (Author: manovotn):
>From the description of this issue I am not certain what page in Metamer we are talking about but I think its [popup-formInsidePanel|http://localhost:8080/metamer-tomcat7-myfaces/faces/components/richPopupPanel/formInsidePanel.xhtml] (the link is for metamer + myfaces on tomcat).
I tried it with latest FF/Chrome + myfaces + tomcat 8.0.18 and it is still a problem -> I will create steps to reproduce to make it clear. However I am not entirely sure what is that test page trying to achieve since even with wildfly and mojarra there are some malfunctions. The ajax req. is sent but only the first output field gets updated upon clicking 'Save', the other two remain blank.
So I went ahead and investigated how we use this page in [popup tests|https://github.com/richfaces/richfaces-qa/tree/master/metamer/ftest...]. I found out there are no automated tests covering this page.
In case we want to use it we first need to make it fully work with mojarra and wildfly.
Looking at the page [code|https://github.com/richfaces/richfaces-qa/blob/master/metamer/applic...] this seems to be a problem with execute/render not updating components. I will take a look at it.
> Metamer: rich:popUpPanel - "Save" doesn't close panel
> -----------------------------------------------------
>
> Key: RFPL-1598
> URL: https://issues.jboss.org/browse/RFPL-1598
> Project: RichFaces Planning
> Issue Type: Bug
> Components: QE
> Affects Versions: 4.1.0.Milestone1
> Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
> Metamer 4.1.0.20110805-M1 r.22604
> Apache MyFaces JSF-2.1 Core Impl 2.1.1
> JBoss AS 6.0.0.Final
> Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
> Chrome 12.0.742.112 @ Linux i686
> Reporter: Ján Jamrich
> Assignee: Matej Novotny
>
> Seems that "Save" button lack JS function call to close popUpPanel - where form is inside.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 10 months
[JBoss JIRA] (RFPL-1598) Metamer: rich:popUpPanel - "Save" doesn't close panel
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RFPL-1598?page=com.atlassian.jira.plugin.... ]
Matej Novotny commented on RFPL-1598:
-------------------------------------
>From the description of this issue I am not certain what page in Metamer we are talking about but I think its [popup-formInsidePanel|http://localhost:8080/metamer-tomcat7-myfaces/faces/components/richPopupPanel/formInsidePanel.xhtml] (the link is for metamer + myfaces on tomcat).
I tried it with latest FF/Chrome + myfaces + tomcat 8.0.18 and it is still a problem -> I will create steps to reproduce to make it clear. However I am not entirely sure what is that test page trying to achieve since even with wildfly and mojarra there are some malfunctions. The ajax req. is sent but only the first output field gets updated upon clicking 'Save', the other two remain blank.
So I went ahead and investigated how we use this page in [popup tests|https://github.com/richfaces/richfaces-qa/tree/master/metamer/ftest...]. I found out there are no automated tests covering this page.
In case we want to use it we first need to make it fully work with mojarra and wildfly.
Looking at the page [code|https://github.com/richfaces/richfaces-qa/blob/master/metamer/applic...] this seems to be a problem with execute/render not updating components. I will take a look at it.
> Metamer: rich:popUpPanel - "Save" doesn't close panel
> -----------------------------------------------------
>
> Key: RFPL-1598
> URL: https://issues.jboss.org/browse/RFPL-1598
> Project: RichFaces Planning
> Issue Type: Bug
> Components: QE
> Affects Versions: 4.1.0.Milestone1
> Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
> Metamer 4.1.0.20110805-M1 r.22604
> Apache MyFaces JSF-2.1 Core Impl 2.1.1
> JBoss AS 6.0.0.Final
> Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
> Chrome 12.0.742.112 @ Linux i686
> Reporter: Ján Jamrich
> Assignee: Matej Novotny
>
> Seems that "Save" button lack JS function call to close popUpPanel - where form is inside.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 10 months