Posted By:
H_P
Posted On:
Thursday, July 3, 2003 12:25 PM
I have a parent jsp in which I am iterating over a vector to get some questions and according to the answer type of that particular question, I am including the child jsp which will display the options
I am using
<%@include file ="select.jsp"%> tag to include the child jsp. I am using the object of parent jsp in the child jsp. This works fine.. if i use regular html tags for the child jsp, but I want to use struts tags like
etc.. to capture the user selected option by using hidden variable
Any advise or help to solve this problem is appreciated.