One way is to have a bean that contains another bean as property via getBeanX().
.V
Simon Kelly wrote:
Hi all,
I have a form within a page that I need struts to populate in a specific manner. The data selection within the page is as follows:
A variable number of subsystems, that can be independently selected. Each subsystem has a time selection (single) and signal selection (one to many).
I need the data loaded into two beans, one for the Subsystem: String name; String time; List signals;
And then one to hold all the subsystems: List subsystems;
1) I need to know if [OT] this can be written in html? 2) Can struts handle loading form beans in this manner?
Any help will, as always, be met with glowing praise and no money :-)
Cheers
Simon
Institut fuer Prozessdatenverarbeitung und Elektronik, Forschungszentrum Karlsruhe GmbH, Postfach 3640, D-76021 Karlsruhe, Germany.
Tel: (+49)/7247 82-4042 E-mail : [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]