After following the tutorial, I am now attempting to create a web form and input content for my own project. I created an XSD file to represent the data, associated it with the web project, set the output paths, and configured the workflow. When I inputted the data it created the output XML without any problems.
However, I went back and added a new field to the XSD, created an XSL to transform the XML into a JSP, deleted and recreated the web form (associating the new XSD and XSL with the form), then reassociated the web form with the web project. Now, after I populate all the fields on the form, it gives me the following error:
Please provide values for all required fields.
As I said, all fields are populated so I'm not sure what it's looking for. Do I need to recreate both the web form and web project to get the new form to work? Or is something else going on?
Thanks,
- Michael C. Maggio