1 Reply Latest reply on May 5, 2008 11:49 AM by sergeysmirnov

    Richfaces source code

    gjeudy

      Hi,

      Im using richfaces 3.2.0-GA and I can't seem to find the source code for the whole distribution, more specifically org.richfaces.component.HtmlDataTable. I downloaded the richfaces-ui-3.2.0.GA-src.zip but it seems incomplete.

      Please help, I'm trying to troubleshoot a problem and need to figure what is going on, my data list is clean when handed over the rich:dataTable but the ids get corrupted when I use h:commandButton with JBoss EL expressions in the action of the button (passing the current item as an argument to the method binding) ex:

      <h:commandButton
       action="#{domInstanceAdminAction.manageDomainInstances(releasePackageItem.referenceDomain)}"
       value="Manage Domain Instances" />