--- On Sun, 11/23/08, andyandy wrote: > I have the following bean structure > Customer > Address > CreditCard > The problem is when the same page must be displayed again > with the old data, due to validation errors from the user. > The values of the properties of the Customer bean are repopulated > correctly. The problem comes with the Address and CreditCard beans, > which properties values are initialized for no apparent reason. These > objects do not have null values. Instead > [EMAIL PROTECTED] > But if I try to get the address.getStreetName(), the value > is blank, though a value was introduced. > > I store and retrieve my form bean from the session scope. > And the struts automatic validation is set to false in the > struts-config.xml, as I’m doing it manually. > > Can somebody help me telling me what I’m doing wrong?
Without further information it's impossible to help; including details like the actual configuration, form bean code, and so on is kinda helpful. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]