Hi all,
 
could I speed up my development by placing "business" beans inside a form
bean using delegating methods to set it. I could init the "business" bean
with a none bean method and only expose certain attributes of course
validating the way i need it. I am interested if I place such a construction
inside the request scope and submit the corresponding form. Is my nested
business object then still available or does Struts create a new form with
the set parameter?
 
 
Regards,
 
Nils

Reply via email to