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 are the differences between the java collection and the java list? : java collections
What are the different types of features of the java collections framework? : java collections
Which sorting algorithm is used by collections.sort() in java ?
What are the classes in the java collection framework? : java collections
What is deque in the java collections framework? : java collections
What is the use of the list interface in the java collection? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What are the different types of classes implemented in the set interfaces? : java collections
How is hashset maintained in memory by java ?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
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 ?
can u draw class/object diagram for ATM
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What are the uses of the set interfaces in the java collections? : java collections