Why doesnt FieldTag have Getselect method ? ?

Hello,
Why doesnt FieldTag have the getter method for select attribute?
How can I access to the select attribute?
(I have a tag which extends FieldTag and I need to access to the select attribute)
Thanks
Server

X-Application Version: 4.1.1,

Hi,

you could get access to the select attribute by overiding the setSelect method. Your implementation could store the argument in a variable you have access to and the invoke super.setSelect.

Michael

Software AG Germany, Darmstadt