[JBoss JIRA] (RF-12944) Rerender problem on popup panel
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-12944?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak reassigned RF-12944:
----------------------------------
Assignee: Juraj Húska (was: Pavol Pitonak)
Juraj, please verify.
> Rerender problem on popup panel
> -------------------------------
>
> Key: RF-12944
> URL: https://issues.jboss.org/browse/RF-12944
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.2.2.Final
> Reporter: András Bognár
> Assignee: Juraj Húska
>
> Some page what we made, it contains popup panel. The method which shows the popup is like this:
> {code}
> <a4j:commandButton
> styleClass="standardButton"
> value="#{property.someThing}"
> action="#{bean.action}"
> render="contentClientId"
> oncomplete="#{rich:component('panelName')}.show();"/>
> {code}
> but after showing the popup contains old data and 1-2 seconds later refresh and we can see the correct data.
--
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
12 years, 9 months
[JBoss JIRA] (RF-12985) Metamer: attribute value change causes error [myfaces]
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-12985?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak reassigned RF-12985:
----------------------------------
Assignee: Jiří Štefek (was: Pavol Pitonak)
Jiri, please verify.
> Metamer: attribute value change causes error [myfaces]
> ------------------------------------------------------
>
> Key: RF-12985
> URL: https://issues.jboss.org/browse/RF-12985
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.3.2
> Environment: RichFaces 4.3.2.Final
> Metamer 4.3.2.20130514-Final
> Weld Servlet (Uber Jar) 20120106-1159
> Apache Tomcat 7.0.35
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Chrome 25.0.1364.172 @ Linux i686
> MyFaces version: 2.1.10
> Reporter: Ján Jamrich
> Assignee: Jiří Štefek
> Labels: myfaces
>
> When change attribute value (doesn't matter if radio or text input), error page appears instead of just value update.
> Problem occurs for following components:
> autocomplete
> calendar
> inplaceInput
> inplaceSelect
> inputNumberSlider
> inputNumberSpinner
> select
> There is error page text:
> {code}
> javax.servlet.ServletException: javax.el.PropertyNotFoundException: Target Unreachable, identifier 'entry' resolved to null
> javax.faces.webapp.FacesServlet.service(FacesServlet.java:229)
> org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93)
> root cause
> org.apache.myfaces.view.facelets.el.ContextAwarePropertyNotFoundException: javax.el.PropertyNotFoundException: Target Unreachable, identifier 'entry' resolved to null
> org.apache.myfaces.view.facelets.el.ContextAwareTagValueExpression.getType(ContextAwareTagValueExpression.java:79)
> org.apache.myfaces.shared.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:81)
> org.apache.myfaces.shared.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:548)
> org.apache.myfaces.shared.renderkit.RendererUtils.getConvertedUISelectOneValue(RendererUtils.java:987)
> org.apache.myfaces.shared.renderkit.html.HtmlRadioRendererBase.getConvertedValue(HtmlRadioRendererBase.java:449)
> javax.faces.component.UIInput.getConvertedValue(UIInput.java:648)
> javax.faces.component.UIInput.validate(UIInput.java:584)
> javax.faces.component.UIInput.processValidators(UIInput.java:274)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1429)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1429)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1429)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1422)
> javax.faces.component.UIForm.processValidators(UIForm.java:209)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1429)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1429)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1429)
> javax.faces.component.UIViewRoot._processValidatorsDefault(UIViewRoot.java:1416)
> javax.faces.component.UIViewRoot.access$500(UIViewRoot.java:74)
> javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1523)
> javax.faces.component.UIViewRoot._process(UIViewRoot.java:1372)
> javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:799)
> org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:38)
> org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:170)
> org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
> javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
> org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93)
> root cause
> javax.el.PropertyNotFoundException: Target Unreachable, identifier 'entry' resolved to null
> org.apache.el.parser.AstValue.getTarget(AstValue.java:98)
> org.apache.el.parser.AstValue.getType(AstValue.java:82)
> org.apache.el.ValueExpressionImpl.getType(ValueExpressionImpl.java:172)
> org.jboss.weld.el.WeldValueExpression.getType(WeldValueExpression.java:93)
> org.apache.myfaces.view.facelets.el.ContextAwareTagValueExpression.getType(ContextAwareTagValueExpression.java:75)
> org.apache.myfaces.shared.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:81)
> org.apache.myfaces.shared.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:548)
> org.apache.myfaces.shared.renderkit.RendererUtils.getConvertedUISelectOneValue(RendererUtils.java:987)
> org.apache.myfaces.shared.renderkit.html.HtmlRadioRendererBase.getConvertedValue(HtmlRadioRendererBase.java:449)
> javax.faces.component.UIInput.getConvertedValue(UIInput.java:648)
> javax.faces.component.UIInput.validate(UIInput.java:584)
> javax.faces.component.UIInput.processValidators(UIInput.java:274)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1429)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1429)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1429)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1422)
> javax.faces.component.UIForm.processValidators(UIForm.java:209)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1429)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1429)
> javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1429)
> javax.faces.component.UIViewRoot._processValidatorsDefault(UIViewRoot.java:1416)
> javax.faces.component.UIViewRoot.access$500(UIViewRoot.java:74)
> javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1523)
> javax.faces.component.UIViewRoot._process(UIViewRoot.java:1372)
> javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:799)
> org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:38)
> org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:170)
> org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
> javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
> org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93)
> {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
12 years, 9 months
[JBoss JIRA] (RF-12983) Metamer: autocomple, calendar (and more): component attributes inputs disappears on component change
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-12983?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak reassigned RF-12983:
----------------------------------
Assignee: Jiří Štefek (was: Pavol Pitonak)
Jiri, please verify.
> Metamer: autocomple, calendar (and more): component attributes inputs disappears on component change
> ----------------------------------------------------------------------------------------------------
>
> Key: RF-12983
> URL: https://issues.jboss.org/browse/RF-12983
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.3.2
> Environment: RichFaces 4.3.2.Final
> Metamer 4.3.2.20130514-Final
> Weld Servlet (Uber Jar) 20120106-1159
> Apache Tomcat 7.0.35 (already verified on 7.0.40)
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Chrome 25.0.1364.172 @ Linux i686, as well as on Firefox 20.0 @ Linux i686
> MyFaces version: 2.1.10
> Reporter: Ján Jamrich
> Assignee: Jiří Štefek
> Labels: myfaces
>
> When perform (it looks like it is caused by it) ajax reguest from (input type) component, all inputs for component attributes disappears from area bottom.
> Components examples influenced by this problem:
> autocomplete
> calendar
> inplaceInput
> inplaceSelect
> inputNumberSlider
> inputNumberSpinner
> select
> Doesn't influence:
> collapsiblePanel in @switchType=ajax
> contextMenu
> dragIndicator/dragSource/dropTarget
> !!! editor
> pickList
> tab/tabPanel
--
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
12 years, 9 months
[JBoss JIRA] (RF-12978) collapsibleSubTable ignores rowClasses
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-12978?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak reassigned RF-12978:
----------------------------------
Assignee: Jiří Štefek (was: Pavol Pitonak)
Jiri, please verify.
> collapsibleSubTable ignores rowClasses
> --------------------------------------
>
> Key: RF-12978
> URL: https://issues.jboss.org/browse/RF-12978
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component
> Affects Versions: 4.3.1
> Environment: Firefox 20.0, Linux
> Reporter: Edward I
> Assignee: Jiří Štefek
>
> The rowClasses is ignored in the following:
> {code:xml}
> <rich:collapsibleSubTable value="#{item.items}" var="comp" rowClasses="oddRow, evenRow">
> {code}
> DataTable works correctly with the same rowClasses.
--
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
12 years, 9 months
[JBoss JIRA] (RF-12922) rich:validator: only first message from multiple validation will appear
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-12922?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek edited comment on RF-12922 at 6/12/13 2:22 AM:
-----------------------------------------------------------
Yes, I tried it again and all messages (for all failing validation rules) are displayed (see the last sentence in my previous comment).
IMHO there is a bug in JavaScript which stops validation at first failing rule and skips next validations.
was (Author: jstefek):
Yes, I tried it again and all messages are displayed (see the last sentence in my previous comment).
IMHO there is a bug in JavaScript which stops validation at first failing rule and skips next validations.
> rich:validator: only first message from multiple validation will appear
> -----------------------------------------------------------------------
>
> Key: RF-12922
> URL: https://issues.jboss.org/browse/RF-12922
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Environment: RichFaces 4.3.2-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> JBoss AS 7.1.1.Final
> Java(TM) SE Runtime Environment 1.7.0_09-b05 @ Linux
> Firefox 18.0 @ Linux x86_64
> Reporter: Jiří Štefek
> Assignee: Brian Leathem
>
> When an input is validated by e.g. 2 rules and the value put in it does not pass both validations, only one message is displayed to the client.
> Is it intention?
> Message components: rich:messages and rich:notifyMessages
--
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
12 years, 9 months
[JBoss JIRA] (RF-12922) rich:validator: only first message from multiple validation will appear
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-12922?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek commented on RF-12922:
----------------------------------
Yes, I tried it again and all messages are displayed (see the last sentence in my previous comment).
IMHO there is a bug in JavaScript which stops validation at first failing rule and skips next validations.
> rich:validator: only first message from multiple validation will appear
> -----------------------------------------------------------------------
>
> Key: RF-12922
> URL: https://issues.jboss.org/browse/RF-12922
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Environment: RichFaces 4.3.2-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> JBoss AS 7.1.1.Final
> Java(TM) SE Runtime Environment 1.7.0_09-b05 @ Linux
> Firefox 18.0 @ Linux x86_64
> Reporter: Jiří Štefek
> Assignee: Jiří Štefek
>
> When an input is validated by e.g. 2 rules and the value put in it does not pass both validations, only one message is displayed to the client.
> Is it intention?
> Message components: rich:messages and rich:notifyMessages
--
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
12 years, 9 months
[JBoss JIRA] (RF-12922) rich:validator: only first message from multiple validation will appear
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-12922?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek reassigned RF-12922:
--------------------------------
Assignee: Brian Leathem (was: Jiří Štefek)
> rich:validator: only first message from multiple validation will appear
> -----------------------------------------------------------------------
>
> Key: RF-12922
> URL: https://issues.jboss.org/browse/RF-12922
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Environment: RichFaces 4.3.2-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> JBoss AS 7.1.1.Final
> Java(TM) SE Runtime Environment 1.7.0_09-b05 @ Linux
> Firefox 18.0 @ Linux x86_64
> Reporter: Jiří Štefek
> Assignee: Brian Leathem
>
> When an input is validated by e.g. 2 rules and the value put in it does not pass both validations, only one message is displayed to the client.
> Is it intention?
> Message components: rich:messages and rich:notifyMessages
--
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
12 years, 9 months
[JBoss JIRA] (RF-12944) Rerender problem on popup panel
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12944?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-12944:
----------------------------------
Assignee: Pavol Pitonak
[~ppitonak] can you verify this?
> Rerender problem on popup panel
> -------------------------------
>
> Key: RF-12944
> URL: https://issues.jboss.org/browse/RF-12944
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.2.2.Final
> Reporter: András Bognár
> Assignee: Pavol Pitonak
>
> Some page what we made, it contains popup panel. The method which shows the popup is like this:
> {code}
> <a4j:commandButton
> styleClass="standardButton"
> value="#{property.someThing}"
> action="#{bean.action}"
> render="contentClientId"
> oncomplete="#{rich:component('panelName')}.show();"/>
> {code}
> but after showing the popup contains old data and 1-2 seconds later refresh and we can see the correct data.
--
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
12 years, 9 months