Re: ExtVal with multiple RenderKit's (Primeface + Primeface Mobile) does not work correctly

2013-02-19 Thread Howard W. Smith, Jr.
Gerhard, I just added your response below on the related/referenced PrimeFaces Mobile forum topic. Hopefully, someone will test/confirm your fix. :) Howard On Tue, Feb 19, 2013 at 11:10 AM, Gerhard Petracek < gerhard.petra...@gmail.com> wrote: > hi @ all, > > i've moved the renderkit-cache use

Re: ExtVal with multiple RenderKit's (Primeface + Primeface Mobile) does not work correctly

2013-02-19 Thread Gerhard Petracek
hi @ all, i've moved the renderkit-cache used in GenericRenderKitWrapperFactory to AbstractRenderKitWrapperFactory and simplified the rest (see [1]). regards, gerhard [1] https://issues.apache.org/jira/browse/EXTVAL-151 2013/1/30 Howard W. Smith, Jr. > On Tue, Jan 29, 2013 at 6:11 AM, Reto

Re: ExtVal with multiple RenderKit's (Primeface + Primeface Mobile) does not work correctly

2013-01-29 Thread Howard W. Smith, Jr.
On Tue, Jan 29, 2013 at 6:11 AM, Reto Weiss wrote: > Hi > > I'm using MyFaces (2.1.10) with ExtVal (2.0.6). As RenderKit's I use > Primefaces and Primefaces Mobile. This does not work because the class > > > org.apache.myfaces.extensions.validator.core.renderkit.DefaultRenderKitWrapperFactory > >

Re: ExtVal with multiple RenderKit's (Primeface + Primeface Mobile) does not work correctly

2013-01-29 Thread Gerhard Petracek
hi reto, first of all: welcome @ myfaces! you are welcome to provide the patch for such an improvement (just attach it to a jira ticket). regards, gerhard http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for

ExtVal with multiple RenderKit's (Primeface + Primeface Mobile) does not work correctly

2013-01-29 Thread Reto Weiss
Hi I'm using MyFaces (2.1.10) with ExtVal (2.0.6). As RenderKit's I use Primefaces and Primefaces Mobile. This does not work because the class org.apache.myfaces.extensions.validator.core.renderkit.DefaultRenderKitWrapperFactory is not able to handle more than one RenderKit. This is because the