There are also similar things with other core tags, for instance section 9.4.20 (<f:view>) says that it has to implement the now deprecated javax.faces.UIComponentBodyTag, where I guess the proper superclass should be javax.faces.UIComponentELTag.
Bruno On 10/21/06, Bruno Aranda <[EMAIL PROTECTED]> wrote:
Hi, I have a doubt about the spec. In the description of sections 9.4.3 (<f:convertDateTime>) and 9.4.4 (<f:convertNumber>) it says that these tags should extend the now deprecated javax.faces.webapp.ConverterTag, when I guess this should be javax.faces.webapp.ConverterELTag. Am I right? Cheers, Bruno
