Re: ExtVal: NullPointer during EL resolving for custom component

2010-06-30 Thread Leonardo Uribe
Hi Thanks for the demo, it helps a lot. I tried th with myfaces and it throws the same exception: javax.faces.FacesException: java.lang.NullPointerException: name can not be null at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)

Aw: Re: ExtVal: NullPointer during EL resolving for custom component

2010-06-30 Thread mynewsgroups
Betreff: Re: ExtVal: NullPointer during EL resolving for custom component Hi Thanks for the demo, it helps a lot. I tried th with myfaces and it throws the same exception: javax.faces.FacesException: java.lang.NullPointerException: name can not be null

Re: ExtVal: NullPointer during EL resolving for custom component

2010-06-30 Thread Gerhard Petracek
hi, i've found a different solution. if the found base object is an instance of CompositeComponentExpressionHolder, we have to create a new ValueExpression based on the found base object and the found property. this new ValueExpression is used to inspect the target (again). @leonardo: it would

ExtVal: NullPointer during EL resolving for custom component

2010-06-29 Thread mynewsgroups
Hi, the following NPE occured using Myfaces ExtVal: java.lang.NullPointerException at javax.faces.component.UIComponent.getValueExpression(UIComponent.java:338) at

Re: ExtVal: NullPointer during EL resolving for custom component

2010-06-29 Thread Gerhard Petracek
hi tom, we have to check if it is an issue of the jsf impl. you are using. the todo was placed there, because there were some changes in the jsf implementations. it would be nice if you can provide a link to a small demo app which illustrates the issue. (- not everybody of the community who

AW: ExtVal: NullPointer during EL resolving for custom component

2010-06-29 Thread Tom M.
. Thanks for taking a look insight. Tom -Ursprüngliche Nachricht- Von: Gerhard Petracek [mailto:gerhard.petra...@gmail.com] Gesendet: Dienstag, 29. Juni 2010 15:44 An: MyFaces Discussion Betreff: Re: ExtVal: NullPointer during EL resolving for custom component hi tom, we