Disable JSR-303 bean validation with f:validateBean disabled

2014-09-26 Thread Dennis Kieselhorst
Hi, I'd like to disable the JSR-303 bean validation for some fields (not globally), e.g.: tx:in ... f:validateBean disabled=true/ /tx:in However the bean validation is still executed. I browsed through the myfaces code and found out that javax.faces.validator.BeanValidator.isDisabled is

Re: [Tobago] problems building

2015-10-27 Thread Dennis Kieselhorst
Thank you for letting us know. The sources jar is now always build, see: issues.apache.org/jira/browse/TOBAGO-1507 Regards Dennis -- View this message in context: http://myfaces.10567.n7.nabble.com/Tobago-problems-building-tp120745p120821.html Sent from the MyFaces - Users mailing list

Re: [Tobago] problems building

2015-10-13 Thread Dennis Kieselhorst
Hi Ann, sorry for the late response. Which goals have you used and which Maven version are you using? tobago-sandbox is part of the build (a module of tobago-extension), so there should be no download necessary. Does the problem also occur with the branch for Tobago 3.0.x

Re: TRINIDAD Api/Impl release date

2016-04-01 Thread Dennis Kieselhorst
The vote for 2.1.1 was started http://myfaces.10567.n7.nabble.com/VOTE-Release-of-MyFaces-Trinidad-2-1-1-tt121187.html but it's not yet released. -- View this message in context: http://myfaces.10567.n7.nabble.com/TRINIDAD-Api-Impl-release-date-tp121512p121514.html Sent from the MyFaces -

Trinidad 2.1.3 release plan

2017-04-09 Thread Dennis Kieselhorst
Hi, as posted on Twitter yesterday: We are planning Apache MyFaces Trinidad release 2.1.3. Any issues you'd like to see in there? Please let us know! Patches appreciated. Cheers Dennis

Re: Error building tobago 4.2.1

2018-05-15 Thread Dennis Kieselhorst
Hi Jean-François! > Could you please tell me what I am doing wrong here ? Nothing, I was able to reproduce it on a Windows machine. Could you please create an issue in JIRA: https://issues.apache.org/jira/projects/TOBAGO/summary Cheers Dennis

Re: [Tobago] f:ajax inside tc:in event="keyup"

2018-08-20 Thread Dennis Kieselhorst
Am 20.08.2018 um 18:43 schrieb jfrm.mau...@gmail.com: > > Hi, > > Le 19/08/2018 à 21:58, Dennis Kieselhorst a écrit : >> the change event should work for your usecase. > > Thank you for your answer. If I understand well the event will be fired > only when the compone

Re: [Tobago] f:ajax inside tc:in event="keyup"

2018-08-19 Thread Dennis Kieselhorst
Hi, the change event should work for your usecase. You'll find a sample at the bottom of the page: http://tobago-vm.apache.org/demo-4-release/content/20-component/010-input/10-in/in.xhtml Regards Dennis