You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Johan Compagner <jc...@j-com.nl> on 2000/12/27 19:46:21 UTC

AttributeList -> Attributes? (Some depricated warnings)

Hi,

I see many depricated warnings about using AttributeList.
I have looked in the org.xml.sax package and it looks like
that the class Attributes is the new one to use.
Why doesn't struts use that class?

And also a few usages of setFormScope() of the ActionMapping class
Why not change it to setScop() as the doc says i should?

johan