I had a table with 3 columns and 4 rows in website view. I need to add the column values and show at the bottom of the table as total. I'm using spring mvc3. How can I calculate the sum in JSP?
am using spring mvc3 in java
but this code i got in internet. and it's input type is "text". and my requirement is to add the values of a column retrieved from db to the table
am using spring mvc3 in java
but this code i got in internet. and it's input type is "text". and my requirement is to add the values of a column retrieved from db to the table
Comment