Re: Javascript error in jsf.js - MyFaces 2.1.4

2011-12-01 Thread Walter Mourão
Hi Leonardo, thank you. I just added myfaces 2.1.5-SNAPSHOT and now I've got java.lang.UnsupportedOperationException viewId=/com/meulaudo/web/laudo/editando-laudo.xhtml location=/home/walter/workspace/meulaudo-jsf2/web/target/meulaudo/com/meulaudo/web/laudo/editando-laudo.xhtml

Re: Javascript error in jsf.js - MyFaces 2.1.4

2011-12-01 Thread Leonardo Uribe
Hi Are you are using NetBeans? I have seen than snapshot versions sometimes confuses that IDE. Try register this into your pom.xml repositories repository idapache.snapshots/id nameApache Snapshot Repository/name

Re: Javascript error in jsf.js - MyFaces 2.1.4

2011-12-01 Thread Walter Mourão
I'm using Maven 3 and I followed your instructions to update to 2.1.5 (I checked WEB-INF/lib), the error persists... Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, Dec 1, 2011 at 1:05 PM, Leonardo Uribe lu4...@gmail.com wrote: Hi Are

Re: Javascript error in jsf.js - MyFaces 2.1.4

2011-12-01 Thread Leonardo Uribe
Hi I have checked the artifacts with all tests I have available and they work well. I suppose there is something wrong in your local environment (classloading issue?). regards, Leonardo Uribe 2011/12/1 Walter Mourão walter.mou...@gmail.com: I'm using Maven 3 and I followed your instructions

Re: Javascript error in jsf.js - MyFaces 2.1.4

2011-12-01 Thread Walter Mourão
Well... it looks like the problem only happens with MyFaces 2.1.5 + Trinidad 2.0.1-SNAPSHOT... I reverted Trinidad to 2.0.0 and it is working fine. Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, Dec 1, 2011 at 4:24 PM, Leonardo Uribe

Javascript error in jsf.js - MyFaces 2.1.4

2011-11-30 Thread Walter Mourão
Hi folks, I'm using myfaces 2.1.4 and my application is running fine in Firefox. In IE8 and IE9, I've got: Mensagem: 'elements' é nulo ou não é um objeto Linha: 6411 Caractere: 21 Código: 0 URI: http://192.168.56.1:8080/meulaudo/javax.faces.resource/jsf.js.jsf?ln=javax.facesstage=Development

Re: Javascript error in jsf.js - MyFaces 2.1.4

2011-11-30 Thread Leonardo Uribe
Hi Yes, there are some js bugs in 2.1.4, but they have been solved. Check with a snapshot build. I tried some ajax demos with the latest code and they work as expected in both IE8 and IE9. The fixes will be included soon in a quick fix release. regards, Leonardo Uribe 2011/11/30 Walter Mourão