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 / shibu
Use the iFrame for your requirement. import the xyz.jsp
file inside the iFrame.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
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 ?
please mail me the interview question based on java/j2ee
What are the considerations to be made in case of loops in java ?
What is the use of hashcode in java ?
What is java collection? : java collections
Which sorting algorithm is used by collections.sort() in java ?
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What are the different types of ways where you can iterate over a list? : java collections
What are the queues in the java collection framework? : java collections
What is deque in the java collections framework? : java collections
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the uses of the set interfaces in the java collections? : java collections
What are the interfaces in java collections? : java collections
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What do you understand by synchronization? Why is it important?