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 <[email protected]> > 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 . > > The VDL Tag Library Documentation for JSF (** > https://javaserverfaces.dev.java.net/nonav/docs/2.0/pdldocs/facelets/index.html) > doesn't have a mention of <f:event> but the VDL tag Library Documentation > for facelets2 ( > https://javaserverfaces.dev.java.net/nonav/docs/2.0/pdldocs/jsp/index.html) > has the tag listed. > > Is there a Declarative Event Handling in JSF 2 (and thus missing code) or > not ?? > > Thx > regards > > Rudy. >
