You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by yazid <sm...@yahoo.fr> on 2007/10/25 15:39:49 UTC

[Tobago] Problem migrating to 1.0.12

Hi all;
I'm migrating to 1.0.12 build, and have a problem to render my tree menu:
<tc:tree value="#{navigation.tree}"
             mode="menu"
             id="navigation"
             nameReference="userObject.title"
             idReference="userObject.id"
             state="#{navigation.state}"
             showIcons="false"
             showJunctions="false"
             showRoot="false">
      <f:facet name="treeNodeCommand">
        <tc:link action="#{navigation.navigate}" immediate="true"/>
      </f:facet>

IE display a js  allert with "Object error" message  and a second alert with
a big js exception
 erroCode:{var treeRessourceHelp=new Object; ........
....

I got the same problem in 1.0.11 migration, solved by clearing IE cache; but
for this migration it did'nt work...

Please Help
-- 
View this message in context: http://www.nabble.com/-Tobago--Problem-migrating-to-1.0.12-tf4690959.html#a13407049
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: [Tobago] Problem migrating to 1.0.12

Posted by Helmut Swaczinna <sw...@wlp-systems.de>.
Hi Yazid,

is this only a problem in IE?

Regards
Helmut


----- Original Message ----- 
From: "yazid" <sm...@yahoo.fr>
To: <us...@myfaces.apache.org>
Sent: Thursday, October 25, 2007 3:39 PM
Subject: [Tobago] Problem migrating to 1.0.12


>
> Hi all;
> I'm migrating to 1.0.12 build, and have a problem to render my tree menu:
> <tc:tree value="#{navigation.tree}"
>             mode="menu"
>             id="navigation"
>             nameReference="userObject.title"
>             idReference="userObject.id"
>             state="#{navigation.state}"
>             showIcons="false"
>             showJunctions="false"
>             showRoot="false">
>      <f:facet name="treeNodeCommand">
>        <tc:link action="#{navigation.navigate}" immediate="true"/>
>      </f:facet>
>
> IE display a js  allert with "Object error" message  and a second alert 
> with
> a big js exception
> erroCode:{var treeRessourceHelp=new Object; ........
> ....
>
> I got the same problem in 1.0.11 migration, solved by clearing IE cache; 
> but
> for this migration it did'nt work...
>
> Please Help
> -- 
> View this message in context: 
> http://www.nabble.com/-Tobago--Problem-migrating-to-1.0.12-tf4690959.html#a13407049
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>