I have a xyz.jsp page has a submit button
This page is included in another jsp file by <jsp:include page="/../xyz.jsp"/> tag.
when i click that button the whole main page get submit where i only want to submit only the xyz.jsp page only.So how to achieve this thing?
This page is included in another jsp file by <jsp:include page="/../xyz.jsp"/> tag.
when i click that button the whole main page get submit where i only want to submit only the xyz.jsp page only.So how to achieve this thing?
Comment