[jboss-user] [Beginners Corner] - dataTable onRowClick not able to call java bean

songbird0021 do-not-reply at jboss.com
Thu Sep 11 14:06:57 EDT 2008


Hi,

I'm upgrading from 3.1.3CR4 to 3.2.1.   My current code:

 
  |   <a4j:region id="dataregion1">
  |                                     <rich:dataTable id="animaldatatable" binding="#{SearchBean.dynamicDataTable}" >
  |                                         <a4j:support ajaxSingle="true" event="onRowClick"
  |                                                      action="#{SearchBean.rowClickAction}" 
  |                                                      reRender="indivanimalrichpanel, indivdatascroller, searcherror, recordtoolbar, editAllModal" />
  |                                     </rich:dataTable>
  |                                 </a4j:region>
  | 
  | My call to the SearchBean is no longer happening. How do I need to modify my code to call this bean?
  | 
  | Thank you!

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175941#4175941

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175941



More information about the jboss-user mailing list