<t:radio> should render 'id' html attribute
-------------------------------------------

                 Key: TOMAHAWK-1295
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1295
             Project: MyFaces Tomahawk
          Issue Type: New Feature
          Components: selectOneRadio / radio
    Affects Versions: 1.1.7-SNAPSHOT
            Reporter: Christian Kaltepoth
            Priority: Minor
         Attachments: t_radio_render_id.patch

Currently <t:radio> does not render its id. This prevents usage of html label 
tags attached to the radio button.

The feature is already present in HtmlRadioRendererBase.renderRadio() and
can be activated with the boolean flag 'renderId'.

This patch contains the required change for the extended HtmlRadioRenderer and 
an update for myfaces-example-simple webapp.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to