Yes, this should work (otherwise, colorData is rather pointless!)
-- Adam
On 8/14/07, Kevin R. Gutch <[EMAIL PROTECTED]> wrote:
> Can a <tr:chooseColor/> bound to a custom colorData use an tr:inputColor
> controller? The code below does not seem to work.
>
> Thanks,
> Kevin
>
> <tr:inputColor id="sic1" chooseId="cp2"
> shortDesc="Select color from pallette"
> label="Enter or select color from palette below"
> value="#{color.colorValue1}"/>
>
> <tr:chooseColor id="cp2"
> colorData="#{color.colorList}" />
>
>