1 Reply Latest reply on May 17, 2007 12:27 AM by sergeysmirnov

    question about a4j:support data attribute

    vh

      I guess the "data" attribute in a4j is the way to pass data from client to the backing beans. But how do I get this data in my bean?

      In my case, when user click on a table row, I want to pass the row.id to the bean, so I know which row is currently selected.