RE: Multiplying 2 columns on JSP page

2003-11-07 Thread Saul Q Yuan
To: <"Struts Users Mailing List" Subject: Multiplying 2 columns on JSP page I have a Collection Object (collection of OWBOReadFacade objects) in my session scope. For every object in the collection I have to multiply fld1 * fld2 and display on JSP. What is the best way or ways to do

Multiplying 2 columns on JSP page

2003-11-07 Thread Srinivas Kusunam
I have a Collection Object (collection of OWBOReadFacade objects) in my session scope. For every object in the collection I have to multiply fld1 * fld2 and display on JSP. What is the best way or ways to do this??? Here is the sample code: