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.

Recommended Answers

All 2 Replies

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?

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?

just alittle change

</div><jsp:include page="Homepage.jsp" /></div>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.