I have a few classes that extend FormBean that have as an instance variable of type Adjustment which is a bean with all the getters/setters. The Adjustment bean contains members of type float. When I use the nested notation in the JSP to access a value in the Adjustment which hasn't been populated yet I get 0.0. I want to make the member variables in the FormBeans of type String so this doesn't happen. What is the best solution for this so that I can reuse the Adjustment bean in these FormBeans? I've seen mention of helper methods to do this but can someone give me a concrete example?
TIA, Kimberly MacKellar Thomson Financial Publishing [EMAIL PROTECTED]

