I have include a jsp page by using <jsp:include
page="/.../xyz.jsp"/>
The thing is that the xyz.jsp page has its submit
button.When i click on that button the whole main page get
refreshed.But i want to refresh only the xyz.jsp page.How
could i achive it so that i can only refresh the xyz.jsp not
the main page page?
Answer Posted / rajesh
This is possible by<jsp:forward page="/xyz.jsp"/>
forward is nothing but it will goes directly to next jsp page.
It will no look after the current JSP page
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is iterator in the java collections framework? : java collections
What are maps interfaces in the java collections? : java collections
What do you understand by synchronization? Why is it important?
What is an algorithm in java collection framework? : java collections
What is deque in the java collections framework? : java collections
What is the difference between comparable and comparator in java.util pkg?
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
How do I find jre path in windows?
What are the types of interface used in the java collections? : java collections
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
Should we create system software ( e.g operating system ) in java ?
please mail me the interview question based on java/j2ee
What are the uses of the set interfaces in the java collections? : java collections
What are the types of java collections? : java collections
What is the use of hashcode in java ?