Re: JSF2: Behavior change for ui:params

2011-12-16 Thread Mark Struberg
this is a pretty common problem. How does Mojarra (as RI) behave in such situations? LieGrue, strub - Original Message - From: Leonardo Uribe lu4...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Cc: Sent: Thursday, December 15, 2011 6:15 PM Subject: Re: JSF2:

{Tomahawk sandbox] CompareToValidator and JSF 2.1 ?

2011-12-16 Thread Michael Heinen
I am right now migrating myFaces/richfaces app fronm JSF 1.2 to 2.1 and try to resolve all compile errors first (started with 230). Tomahawk must be also updated from 12-1.1.10 to 20-1.1.11. I extended the tomahawk sandbox component CompareToValidator but this is not existing anymore. What's

Re: {Tomahawk sandbox] CompareToValidator and JSF 2.1 ?

2011-12-16 Thread Leonardo Uribe
Hi That validator was moved to myfaces-commons-validators project. http://svn.apache.org/repos/asf/myfaces/commons/trunk/myfaces-commons-validators/src/main/java/org/apache/myfaces/commons/validator/AbstractCompareToValidator.java The latest version is 1.0.2 and there is a JSF 2.0 jar file for

Re: selectManyPicklist does not work when using myfaces-extval-core-2.0.4.jar

2011-12-16 Thread Myfaces User
Thanks Gerhard! Tried including myfaces-extval-generic-support-2.0.4. throws following error on navigating to home page. java.lang.NullPointerException at org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersAfter(PhaseListenerManager.java:107) at