FormBean issue

2006-05-04 Thread Vikas Phonsa
Hi Everybody, My form bean has a BigDecimal field called chargeFee with default value of 0 (new BigDecimal(0)). This field directly maps to an html text field on my web page. The web page looks something like this Client ID = Credit Amount= Charge Fee= Final Credit Amount= (Credit A

RE: How long does it take the message to appear on the list.

2006-05-04 Thread Vikas Phonsa
Hi Everybody, How long does it take the message to appear on the list? I posted a message about 2 hrs ago but haven't seen it yet on the list. Thanks Vikas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: FormBean issue

2006-05-05 Thread Vikas Phonsa
Thanks for your help. You are right, there should be a calculate button, but the stakeholders don't want another button on the web page. But I figured out a dirty way to handle this. I'm using a hidden field to distinguish between display and calculate. Vikas -Original Message- From: Ta

Vector in FormBean

2006-09-08 Thread Vikas Phonsa
Hi Everybody, I'm using Struts 1.2. On my JSP, I have two buttons: Generate Report and Print Report. On the click of the "Generate Report", I need to generate a variable length table on the JSP using data from a database and on the click of "Print Report", I need to take the data in the