Aw: Re: How to test custom ExtVal constrains with new Myfaces Test

2010-09-14 Thread mynewsgroups
Hi, what will be the differences between myfaces-webapptest and myfaces-test? Tom - Original Nachricht Von: Gerhard gerhard.petra...@gmail.com An: MyFaces Discussion users@myfaces.apache.org Datum: 10.09.2010 12:15 Betreff: Re: How to test custom ExtVal constrains with new

Re: Re: How to test custom ExtVal constrains with new Myfaces Test

2010-09-14 Thread Gerhard
hi tom, myfaces-test uses mocks and myfaces-webapptest uses the real jsf impl. of your choice (+ some other nice features). regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Re: AW: double click problem in JSF

2010-09-14 Thread schneidc
Hi Daniel, what I wanted to achieve is that the users can't click certain buttons or select an entry in a selectOneChoice several times without the first one to finish and as far as this is concerned, it works. Daniel Niklas wrote: Hi, i don't think, that you have solved all problems

MyFaces Test with JSF 1.1

2010-09-14 Thread Udo Schnurpfeil
Hi, in version 1.0.0 there is no support for JSF 1.1, but I've seen some code, that consider JSF 1.1. Is there a plan to make the test12 version also runnable with JSF 1.1? It seems to me, that we can build an artifact, that supports JSF 1.1 and 1.2 coexistent, to keep the management

Re: MyFaces Test with JSF 1.1

2010-09-14 Thread Jakob Korherr
Hi Udo, I guess the idea of shale-test (= original test12) was to provide support for both JSF 1.1 and 1.2, however test12 now only supports JSF 1.2. If you think it is easily possible to support both versions in one module, I'd prefer that. If not, we could create a test11 module and use the