Re: [Core] Missing f:event tag (Declarative Event Handling) in JSF2??

2010-03-02 Thread Rudy De Busscher
Hi, Sorry, I was a bit too fast saying f:event isn't implemented, my fault. But I was trying to use the tag on a form, and there wasn't no call to the listener. After diging into the code, I found out that Myfaces implemented the PostValidateEvent and PreValidateEvent only on

Re: [Core] Missing f:event tag (Declarative Event Handling) in JSF2??

2010-03-02 Thread Jakob Korherr
Hi Rudy, If you think this is a specification bug, then please file an issue for that on https://javaserverfaces-spec-public.dev.java.net/. And very great would also be if you would create a myfaces issue afterwards with the link to the spec-issue. Thanks! Regards, Jakob 2010/3/2 Rudy De

Re: [Core] Missing f:event tag (Declarative Event Handling) in JSF2??

2010-03-01 Thread Werner Punz
Actually the spec clearly states that all new features tagwise will be Facelets only since JSP is only seen as legacy technology. But that does not prevent anyone backporting those features if he/she is willing to do that :-) Werner Am 28.02.10 15:04, schrieb Jakob Korherr: Hi, The tag

[Core] Missing f:event tag (Declarative Event Handling) in JSF2??

2010-02-28 Thread Rudy De Busscher
Hi, I saw on several places the mentioning of a Declarative Event Handling in JSF 2. But I couldn't find support for the f:event in Myfaces 2 beta. A quick look into Mojarra revealed that they also don't support the tag. Looking up the tag documentation shows a difference between the 2 sources

Re: [Core] Missing f:event tag (Declarative Event Handling) in JSF2??

2010-02-28 Thread Jakob Korherr
Hi, The tag exists (and works) only if you're using facelets-2. It is no supported on JSP (like some other new features like e.g. f:ajax). Regards, Jakob 2010/2/28 Rudy De Busscher rdebussc...@gmail.com Hi, I saw on several places the mentioning of a Declarative Event Handling in JSF 2.