5 Replies Latest reply on Jun 3, 2014 9:55 AM by michpetrov

    Create or modify a Richfaces Listener

    akrima

      Hi,

      I have an XHTML page with two tables A and B. In the first table, there are some inputText fields. Changes of their value should be automatically reflected in the other cells and the other table.

      My current solution using beans performs badly because the calculations are made at the level of beans. Is there a way to perform it in the presentation level, bypassing the beans or not, as the principle of Excel fomula?

      It's possible de adapt our own Richafaces Listener?