The use cases are pretty much every use case where you now would add a (Simple)AttributeModifier in the constructor of a component: those cases where you want to adjust some attribute of the tag the component is attached to, and you already know which value it will be when constructing the object.
Eelco On 10/2/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
What are these use cases? You see, because I've never changed markup attributes in the constructor, and I never missed that, and because I only see the 'id' being changed in the constructor, was the reason for simplyfing the implementation. If there are good reason for changing markup attributes in the constructor, than should try to keep the logic, but may be re-write the implementataion.
