]
Nick Belaevski resolved RF-5709.
--------------------------------
Fix Version/s: 3.3.0
Resolution: Cannot Reproduce Bug
Assignee: Mikhail Vitenkov (was: Nick Belaevski)
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: