Hello

I tried to reproduce the error on Windows 7 with IE8 and WinXP with IE8, it was not reproducible.

Following try following project:

http://people.apache.org/~werpu/testProject.tar.bz2

you can start it via maven with mvn clean install tomcat7:run-war
and then point your browser to http://localhost:9080/

If the problem persists on your machine then we have a local config problem and probably you have to start to debug on your machine into the myfaces javascripts (with my guidance of course), but more details to that if we hit the case.

If not then I would really need a war file which shows the problem, to isolate and fix it.
Thanks a lot for your patience and help.

Kind regards

Werner Punz



Am 12.12.12 17:45, schrieb Werner Punz:
Hallo

Ok I tried to reproduce the error with your example with stock IE8
I was not able to reproduce it.

Can you provide a war with the isolated code which produces the error so
that I can have a deeper look at it.


Werner


Am 12.12.12 17:12, schrieb Werner Punz:
Thanks for the example, I will look into the issue tomorrow morning, I
will keep you updated.

Werner


Am 12.12.12 16:59, schrieb Bashirazad, Wahid:
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: users@myfaces.apache.org
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


















Reply via email to