Hi,
I think new in JobController.new needs to be omitted.
For tasks #3-5, you'll need to mimic the code that's in place for employerId and the employers list.
Once you have that stuff in place, you'll be ready to process the form in task #6. Validate the form in JobController.new, and if it's valid, create a new Job object and add it to the data layer by calling jobData.add(newJob).
http://education.launchcode.org/skills-back-end-java/assignments/techjobs-oo/
Hi, I think new in JobController.new needs to be omitted.