> I know how to add the attribute, I just don't know how to later remove it
> once added.

Like I said, override isEnabled in your attribute modifier. When that
returns false, the attribute won't be added. For normal requests,
where a page is rendered everytime again, it simply doesn't show up.
For ajax request, you'll have to add to the ajaxrequest for
re-rendering and the attribute should disappear as well.

Eelco

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

Reply via email to