« Return to Thread: Validating nested loops with helper classes

Re: Validating nested loops with helper classes

by Stephan Windmüller-8 :: Rate this Message:

Reply to Author | View in Thread

nille hammer schrieb:

> This looks to me as if you were displaying all users that are allready assigned to a Job in a select box.

Correct, one user per SelectBox.

> You´d need a select box with the UN-assigned users to make it possible to add new ones to the Job.

The number of users and the number of jobs may grow quite large, but the
number of users per job is always small. So I decided to display one
SelectBox per assignment.

> This select box should be a multi select box.

A multi select box would be too large because of the large number of
users and jobs.

Regards
 Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Validating nested loops with helper classes