This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSF and the fly likes h:datatable, how multiply row cell A with row cell B and set value in row cell C Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "h:datatable, how multiply row cell A with row cell B and set value in row cell C" Watch "h:datatable, how multiply row cell A with row cell B and set value in row cell C" New topic
Author

h:datatable, how multiply row cell A with row cell B and set value in row cell C

Milutin Markovic
Greenhorn

Joined: Mar 18, 2010
Posts: 12


I know how to multiply that in backing bean and show in third cell. Bat what is interesting me how can multiply two cell on client side in jsf page. Thanks for any halp.
Greg Charles
Bartender

Joined: Oct 01, 2001
Posts: 2550
    
  10

I believe EL (expression language) supports basic arithmetic, so what you'd do is: #{item.price * item.quantity}

Otherwise, you can always add another getter to item's class that returns the extended value.
Milutin Markovic
Greenhorn

Joined: Mar 18, 2010
Posts: 12
Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: h:datatable, how multiply row cell A with row cell B and set value in row cell C
 
Similar Threads
Using of nested Datatables
JSF java.util. Concurrent ModificationException
how to select a row datatable
datatable - row colors
Fixed header scroll bar to datatable