java - Have my own Listener Richfaces on Cells Table -
i have xhtml page 2 paintings (boards) , b. in first table, there inputtext fields. changes of value should automatically reflected in other cells , other table.
my current solution using beans performs badly because calculations made @ level of beans. there way perform in presentation level, bypassing beans principle of fomula?
yes, perform calculations on clientside (eg. using javascript) , update backing bean once complete
Comments
Post a Comment