2010/2/15 Mark Thomas :
> On 14/02/2010 06:47, kkoli...@apache.org wrote:
>> + 2. isImplemetedAsFragment() method is wrong.
>> + 1) A fragment can also be created with when calling
>> a tag,
>> + when the attribute is declared being of type JspFragment.
>> + -see JSP.5.10
On 14/02/2010 06:47, kkoli...@apache.org wrote:
> +1. There is a copy-paste issue in the patch:
> + vec.add(tagVarInfos[i]); call was replaced by vec.add(varInfos[i]);
> + which is wrong. This error is not present in trunk.
Fixed.
> +2. isImplemetedAsFragment() method is wrong.