litu 0 Newbie Poster

you have not written multiple in <select>...see previous posts for better understanding...your code should have been smthing like this

<select name="abc" multiple>
<!-- whatever option you want to put in-->
</select>

litu 0 Newbie Poster

hi,
i have a jsp page with 3 tabs.
i want to include a jsp page whwn a tab is clicked.
i used following syntax to include.


<jsp:include page="Homepage.jsp" />
</div></div>
</jsp:include>

but it is not working.
can anyone help?

litu 0 Newbie Poster

hi,
i have a jsp with 3 tabs add,modify,view.
when i select modify there are two dropdowns.
when i select a value from 1st dropdown i have to populate another dropdown based on the selected value.
now the problem is when i am going from servlet to that jsp after populating values for 2nd dropdown how the jsp page show the containts of modify tab directly.