RE: NullPointerException in trinidadinternal [TRINIDAD]

2010-10-25 Thread Micah Klitgaard
Thanks for the input! but it wouldn't cause a NullPointerException - messageHello null! would be displayed. Not nice though... -Original Message- From: Richard Yee Sent: 25. oktober 2010 04:12 To: MyFaces Discussion Cc: users@myfaces.apache.org Subject: Re: NullPointerException in

Integrate jQueryUI ThemeRoller with Apache MyFaces.

2010-10-25 Thread Trasca Virgil
Hi   I am interested to get better skinning support in Apache MyFaces. I want to get MyFaces closely integrated with http://jqueryui.com/themeroller/ - I am targeting MyFaces JSF1.2 branch.   The end result should be the same with what PrimeFaces already did - 

Re: Use of trinidad stops AJAX from working on Mojarra

2010-10-25 Thread MAX STARETS
Alan, Could you file a Trinidad JIRA (bug) and upload a test case? Max On 10/23/2010 11:45 AM, Alan wrote: So I have started to use trinidad 2.0.0-alpha-2 on top of my application, which uses AJAX tags all over the place. After including trinidad in the library and making the indicated

TRinidad + Portlet-Bridge ViewExpired in Internet Explorer

2010-10-25 Thread Yves Deschamps
Hi All, I have this issue in IE, not in Firefox ? The portlet it's Ok but a few seconds later, it's down without action ! javax.faces.application.ViewExpiredException: /stylesheets/desktop/welcome.jsfNo saved view state could be found for the view identifier:

java.lang.InstantiationException:

2010-10-25 Thread El Arbi ABOUSSOROR
Hi, I have a problem when deploying a webapp. This is the stack trace (thanks for your help): java.lang.InstantiationException: de.vogella.jsf.todo.model.Todo at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at

Re: java.lang.InstantiationException:

2010-10-25 Thread Jakob Korherr
Hi, This means MyFaces can't create an instance of your managed bean de.vogella.jsf.todo.model.Todo. Is this class public and does it have a public no-arg constructor like the following? public class Todo { public Todo(){} } Regards, Jakob 2010/10/25 El Arbi ABOUSSOROR

Re: TRinidad + Portlet-Bridge ViewExpired in Internet Explorer

2010-10-25 Thread Scott O'Bryan
Which version of IE, Faces, Bridge, and Trinidad are you using? On 10/25/2010 10:17 AM, Yves Deschamps wrote: Hi All, I have this issue in IE, not in Firefox ? The portlet it's Ok but a few seconds later, it's down without action ! javax.faces.application.ViewExpiredException: