Hi,

in an application where it is not allowed to use javascript I want to do
the following:

In one select box are many items (and their ids in the value attribute).
Now there are two submit buttons (of type 'image') which are named 'add'
and 'del' between the two select boxes. When the user clicks on 'add'
all items from the left select box should appear on the right select box
- and vice versa if the user selects some items from the right select
box and choses 'del'. Of course there are other submit buttons to
'complete' the workflow.

What would be the best way (or simply a good one ;) to implement this
whole process using struts? Should I have multiple actions and one (?)
form bean to store the selected values (of the select box on the right
side) or two formbeans (one for the left, one for the right select box)?

I'm new to Struts and simply uncertain how to solve this problem in a
fashionable way.

Thanks,

Steffen




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

Reply via email to