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 component looses focus with change. I would like to send
> it before if possible to capture the user error as soon as possible.
> 
> Regards.
> 

I see, I'm not sure if this is really the intended behaviour.

@Udo, Henning what do you think?

Cheers
Dennis


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


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


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: 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 - Users mailing list archive at Nabble.com.


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 archive at Nabble.com.


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
(https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-3.0.x)?

Regards
Dennis

Am 08.10.2015 um 19:05 schrieb G. Ann Campbell:
> Hi,
>
> We're having trouble building Tobago for SonarQube analysis on
> http://nemo.sonarqube.org/.
>
> Both in the CI job and locally, there's always this error:
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-dependency-plugin:2.8:unpack
> (unpack-sources) on project tobago-sandbox: Unable to find artifact. Could
> not find artifact
> org.apache.myfaces.tobago:tobago-core:jar:sources:2.0.9-SNAPSHOT in
> sonarsource-downloads (
> http://nexus.internal.sonarsource.com/nexus/content/groups/ss-repo/)
>
> My searches on this have come up empty. Can you point me in the right
> direction?
>
>
> Thx,
> Ann
>
> ---
> *G. Ann CAMPBELL* | SonarSource
> Product Owner
> http://sonarsource.com
>



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 unused. Can you please
give me a hint how to skip it? I'm using MyFaces 2.2.5.

Cheers
Dennis