On 10/24/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
why don't you set the ESCAPE_ATTR to false, as indicated by the code-snippet? You'll have to set the corresponding attribute of the selectOneMenu component that contains your select-item. You can do that easily by using component-binding:
That worked like a charm :-) Thank you!
By the way - there is no SelectItemRenderer - the select-items are rendered by the component they are contained in.
Right. I still forget that, but I would have to provide a renderer for HtmlSelectOneMenu. The current renderer just calls directly into HtmlRendererUtils. Greg

