"Dalia, Keith A - TOS-DITT1" wrote:

> First, I'd like to say that the ecs has been a great package.
>

Thanks. Alot of work went into it.

>
> My question:
>
> if the .addAttribute method has to take two args, how do you set just
> one-word html attributes like READONLY or DISABLED

Simple.

addAttribute("something","ECS_NO_ATTRIBUTE_VALUE");
or
addAttribute("something",Attributes.NO_ATTRIBUTE_VALUE);

-stephan



--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to