extendedDataTable: "binding" attribute doesn't work under myfaces.
------------------------------------------------------------------

                 Key: RF-5709
                 URL: https://jira.jboss.org/jira/browse/RF-5709
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.GA)
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski


#1. Set binding="#{extendedDataTableBean.extDTable}"
#2. Define extDTable in such way:
private HtmlExtendedDataTable extDTable +getter/setter
#3. Add command button for binding checking:
<h:commandButton value="binding"
                        
actionListener="#{extendedDataTableControlBean.checkBinding}" />
#4. Where extendedDataTableControlBean.checkBinding:
public void checkBinding(ActionEvent actionEvent){
                FacesContext context = FacesContext.getCurrentInstance();
                System.out.println(extDTable.getBaseClientId(context));
        }
Use jsp test-application for reproduction.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to