> The problem is getting from startInformation.jsp begin button to questions with the formid.
When you hit begin from startInformation.jsp, you are submitting a form to beginQuestions which is acting on actions.survey.Listing. startInformation.jsp has a hidden field of form_id: <input type='hidden' name=form_id value='<s:property value="selectedForm.id" />' /> Listing has a field called "yourForm" "form_id" and "yourForm" do not match. Could this be your problem? - Eric