I am designing an input screen that will have multiple select tags for inputting a 
number of rows into a db table.  I plan to do a Cartesian product of the input 
properties in my Action and then feed each row to my db persistence framework (Ibatis) 
for insertion into the db.  My question is what is the best way to go about populating 
the drop-down lists on the input screen and then passing the input selections to the 
Action? I can create a dummy action that will populate an array for each respective 
select tag and then forward the form bean to the input screen.  I could also use 
Providers to populate the drop-down lists which eliminates the population Action but 
still leaves me with an aggregate DTO that I am passing to my action.

Any ideas would be appreciated?


thnx in advance,
Jeremy 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to