On Thu, 2008-06-19 at 16:06 -0500, Leonardo Uribe wrote:
> Hi
> 
> I have fixed the problems. Now, everything works fine. There was a fix
> on QdoxModelBuilder (validators also have hierarchy), and on myfaces
> core 1.2 (UIColumn has missing annotations).

Great. 

I have my "tld comparator" running, and have compared myfaces_core.tld
for versions 1.1.5 and 1.1.6-SNAPSHOT (ie the current output).

The following differences were detected:
* missing xmlns on <taglib> element

And the following classes are missing all attributes:
* ParamTag
* SelectItemTag
* SelectItemsTag
* SubviewTag
* ValidateDoubleRange
* ValidateLength
* ValidateLongRange


I'm not quite sure what is going wrong there. The generated TLD file has
things like
          &ui_parameter_attributes;
which appears to be something from the old TLD generation approach, and
I can't yet see where that is coming from. 

Regards,
Simon

Reply via email to