Hi 4 all,

I need to show on a jsp file some data of my employee, and in the same form I need to show some jobs. so I'll can attach the jobs to the employee.

My question is: Can I use bind to more than one object? like employee and jobs? where can I set this objects to send to the form(I'm using AbstractWizardController)?