[richfaces-issues] [JBoss JIRA] Closed: (RF-5709) extendedDataTable: "binding" attribute doesn't work under myfaces.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Thu Jan 15 07:56:14 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-5709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Vitenkov closed RF-5709.
--------------------------------



> 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: Mikhail Vitenkov
>             Fix For: 3.3.0
>
>
> #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

        



More information about the richfaces-issues mailing list