> Synopsis: 
> TagAttributeInfo constructor signature is incorrect
> 
> Description:
> The constructor's signature is inconsistent with the javadoc. 
> The implementation's signature is 
> 
> TagAttributeInfo(String, boolean, String, boolean)
> 
> The javadoc specifies it as 
> 
> TagAttributeInfo(String, boolean, boolean, String)
> 
> Which one is correct?

This problem recently bit me.  I submitted feedback to
'[EMAIL PROTECTED]' and '[EMAIL PROTECTED]'.  Eduardo
Pelegri-Llopart [[EMAIL PROTECTED]] responded for the JSP
group, and said the (String, boolean, String, boolean) constructor is the
correct one.  I never got a 'real' response from the J2EE group.

As of a few weeks ago on Sun's web site, the JSP 1.1 docs had the (SbSb)
constructor documented, while the J2EE API docs had the (SbbS) version.  As
of today, the J2EE docs on the web site have been updated (although not
including the index) to the (SbSb) version.


Hope it didn't take 'Anonymous' as long to figure this out as it did for me
:-)

Brian
-------------------------
Brian Bucknam
WebGain, Inc.
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to