[richfaces-issues] [JBoss JIRA] (RF-11469) autocomplete method does not resolve bean if ui:included

Valiantsin Shukaila (JIRA) jira-events at lists.jboss.org
Wed Sep 11 08:46:04 EDT 2013


    [ https://issues.jboss.org/browse/RF-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803480#comment-12803480 ] 

Valiantsin Shukaila commented on RF-11469:
------------------------------------------

Lukáš Fryč,
TestBean causes exception in the console, WorkingAutocompleteBean  doesn't cause the exception.
But you can see(If you run the example) that autocomplete doesn't appear on the UI with both beans.

When I read your comment I have a feeling that you say that RichFaces should not work with spring. A lot of people use Spring with JSf and Richfaces and when they encounter that something doesn't work there they just throw away Richfaces and use something line PrimeFaces. Don't you think that this is not right? It should work both with spring and seam.

And I was writing before with a code sample where the autocomplete looses scope of the beans(in the catch block) and this describes why there is no exception when using bean with 3 arguments. But still on the UI it doesn't work in both cases. There is just no exception in the second case.
                
> autocomplete method does not resolve bean if ui:included
> --------------------------------------------------------
>
>                 Key: RF-11469
>                 URL: https://issues.jboss.org/browse/RF-11469
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.0.0.Final
>            Reporter: u j
>            Assignee: Lukáš Fryč
>            Priority: Minor
>              Labels: waiting_on_user
>         Attachments: RF-11469.zip
>
>   Original Estimate: 45 minutes
>  Remaining Estimate: 45 minutes
>
> A bean parameter in the autocomplete method is not resolved if the rich:autocomplete is part of a ui:include.
> {code}
> <ui:include src="/searchlocation.xhtml">
>      <ui:param name="bean" value="#{searchBean}" />
> </ui:include>
> {code}
> searchlocation.xhtml contains:
> {code}
> <rich:autocomplete id="cityName"  mode="ajax" value="#{bean.cityName}" autocompleteMethod="#{bean.suggestCities}" />
> {code}
> The value binding works, but the binding in the autocompleteMethod gives:
> {code}
> 15:26:15,809 SEVERE [org.richfaces.log.Renderkit] (ajp-127.0.0.1-127.0.0.1-8009-1) Target Unreachable, identifier 'bean' resolved to null: javax.el.PropertyNotFoundException: Target Unreachable, identifier 'bean' resolved to null
>     at org.apache.el.parser.AstValue.getTarget(AstValue.java:75) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
>     at org.apache.el.parser.AstValue.invoke(AstValue.java:183) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
>     at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
>     at org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:43) [weld-core-1.1.2.Final.jar:2011-07-26 15:02]
>     at org.jboss.weld.el.WeldMethodExpression.invoke(WeldMethodExpression.java:56) [weld-core-1.1.2.Final.jar:2011-07-26 15:02]
>     at org.richfaces.renderkit.AutocompleteRendererBase.getItems(AutocompleteRendererBase.java:105) [richfaces-components-ui-4.0.0-20110322.220419-243.jar:]
>     at org.richfaces.renderkit.AutocompleteRendererBase.encodeItems(AutocompleteRendererBase.java:160) [richfaces-components-ui-4.0.0-20110322.220419-243.jar:]
>     at org.richfaces.renderkit.AutocompleteRendererBase.encodeMetaComponent(AutocompleteRendererBase.java:271) [richfaces-components-ui-4.0.0-20110322.220419-243.jar:]
> {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



More information about the richfaces-issues mailing list