My data model looks something like this. A user registers and his/her relevant info will go into the specialized table in database.
The webMl model works fine for entering data in user table but has not been entering in the child table. I should mention userId of user is a FK and PK in jobseeker
In the first entry form in page "Register as Job Seeker" ,entered information is created without any error.
The registration information unit in "Registration Successful" page transports the same user id to 2nd information collection form. Its a hidden field and new data instance is not created.
Could it also be the date format causing trouble. I changed the format in database to meet the one entered by the form,but no success.
A few other questions that I have:
1)How is text added? If I simply want to add static information, which unit does the job.
2) How can I include drop down navigation links to the website. I tried the presentation tutorial. It didnt work out well for me,and the project didn't run at all.