<tc:command> with <facet name="change"> inside of selectOneChoice lost focus after action -----------------------------------------------------------------------------------------
Key: TOBAGO-748 URL: https://issues.apache.org/jira/browse/TOBAGO-748 Project: MyFaces Tobago Issue Type: Bug Components: Facelets Affects Versions: 1.0.20 Reporter: Rainer Rohloff When using <tc:command> with <facet name="change"> inside of selectOneChoice the field lost the focus and activates the first field in the form. This is a usability problem. example: <tx:in label="input" value="#{myBean.input}" /> <tx:selectOneChoice label="Select" required="true" value="#{myBean.value}"> <f:selectItems value="#{myBean.items}" /> <f:facet name="change"> <tc:command action="#{myBean.actionChange}" /> </f:facet> </tx:selectOneChoice> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.