hi
I started to do the following project:
step 1 - i created a xml file which consists of several questions
step 2 - by the use of xalan and xsl i transformed the xml file into a jsp --> now i can see the questions like in a html file
step 3 - now i would like to enable users to answer those questions... therefore i do need textboxes and some code to save the answers into my database..
I thought about the following: adding after each question a textbox into the xsl code (like in a "normal" jsp questionnaire) and further a submit button - the submit button refers to my SubmitAction.java (consists of the code for saving the answers into the database)
does this work???
at the moment i am not sure if I am dreaming or if it can really work.
i would be sooo glad about suggestions a.s.o.....