[java ee programming] String format do not return foat!!

2010-02-04 Thread kwan
Problem with String.format which it expected to display the information. The getChargePerDay and getMaxCharge are not display when it return. I doubt what is the problem. return String.format(%-30s $%5.2f $%7.2f %4$tm/%4$td/%4$ty, getTitle(),

[java ee programming] Re: getting problem in struts.

2009-09-17 Thread kwan
Could you please post your code here? On Sep 17, 12:46 am, aryan sagar.k...@gmail.com wrote: Hi every one, I am new in struts.I am working in simple struts program in which am sending data from jsp form to form bean. i have written getter and setter method and some validation. while