On Mon, 09 Jan 2012 11:35:38 -0200, Taha Hafeez Siddiqi <tawus.tapes...@gmail.com> wrote:

Hi

Hi!

I don't think it can be done using the existing Select.

Actually, it does. You'll just need to instantiate the SelectModel and OptionModel yourself. From the OptionModel source:

   /**
* Additional attributes to render within the &lt;option&gt;. May return null.
     */
    Map<String, String> getAttributes();

By the way, give yourself and the whole Internet a favor and use CSS instead of attributes like color. We're in the third millenium already. :)

--
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to