How does a jsp custom tag know what order or what methods to call to set attributes in the TagSupport object?
In other words, what has to match the tag attribute names? Do my variable names in the tag handler have to be the same as the attribute names? Or do my methods have to follow some kind of a naming convention that matches the tag attribute names? How is this mapping between attribute names in the tag and the variable names in my tag handler achieved? Thanks rob -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>