Hi,
my Ajax call is in a composite component:
<composite:implementation>
<h:panelGroup id="panel" layout="block" styleClass="pickList">
<div class="middle">
<h:commandLink action="#{cc.attrs.value.nachRechts}"
title="hinzufuegen">
<f:ajax execute="#{cc.id}"
render="targetListbox" />
</h:commandLink>
</div>
<div class="right">
<h:selectManyListbox size="10" id="targetListbox"
value="#{cc.attrs.value.transferTarget}">
<f:selectItems
value="#{cc.attrs.value.target}"/>
</h:selectManyListbox>
</div>
</h:panelGroup>
</composite:implementation>
Wahid
An: [email protected]
Betreff: Re: <f:ajax> and IE8
Hi, can you isolate the problem into a small example so that I can have
a look at it. It seems like you run into something in the
AjaxRequest.send method, which triggers an error internally.
I cannot reproduce the problem here with my testsuite, so an example
would be helpful.
Werner
Am 12.12.12 13:58, schrieb Bashirazad, Wahid:
> Hi everybody,
>
> I have a problem with f:ajax tags in combination of newer Myfaces
> versions and IE8.
>
> In my test Ajax call doesn't work in MyFaces versions 2.0.16, 2.1.6
and
> 2.1.10. It works only when I start IE8 in compatibility mode.
>
> With MyFaces versions 2.0.4 and 2.1.1 works everything fine.
>
>
>
> In error cases I get the following massage:
>
> Message: object expected
>
> Calling class: myfaces._impl.xhrCore._AjaxRequest
>
> Calling function: send
>
> Error name: sendError
>
>
>
> Any Idea?
>
>
>
> Regards
>
> Wahid
>
>
>
>
>
>
>
>