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
Hi Gerhard, hi Leonardo, Gerhard had already taken a look at this too. JIRA-Issue: https://issues.apache.org/jira/browse/EXTVAL-102 Tom - Original Nachricht Von: Leonardo Uribe lu4...@gmail.com An: MyFaces Discussion users@myfaces.apache.org Datum: 30.06.2010 08:22

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

Re: Problem with Ajax and ViewScope

2010-06-30 Thread Werner Punz
Ok I gave the example a testrun and could not reproduce the problem anymore, I assume one of following issues a) It was a temporary bug in the trunk (I did an svn update on the latest codebase to check) b) You might have forgotten to make the ViewScoped bean serializable. (In which case the

ExtVal: Configuring custom renderer or renderkit

2010-06-30 Thread mynewsgroups
Hi at all, i'm not sure if this is the right place for my question, but I suppose some connection to the usage of ExtVal in my project since the suggestions found in some tutorials do not work. I'm using a third party component whose renderer does not meet my demands. a) First try was to add

Re: ExtVal: Configuring custom renderer or renderkit

2010-06-30 Thread Gerhard Petracek
hi tom, extval just wraps the original renderers as well as renderkits (or your custom implementation). you should see an instance e.g. of your renderer inside the instance of the wrapper. (if you would like to cast an instance to your custom type, you have to use e.g. the generic support module

AW: ExtVal: Configuring custom renderer or renderkit

2010-06-30 Thread mynewsgroups
Hi Gerhard, thanks for your hint. But the problem disappeared, it seems Eclipse WTP/Tomcat did not recognize the update of my faces-config.xml. Everything works as expected. Tom -Ursprüngliche Nachricht- Von: Gerhard Petracek [mailto:gerhard.petra...@gmail.com] Gesendet: Mittwoch,