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
what is mean by hasing and maping in java platform and advantage?
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What is deque in the java collections framework? : java collections
What is the enumerator of the java collection framework? : java collections
What is the difference between comparable and comparator in java.util pkg?
What are the main classes of the list interfaces? : java collections
What are the uses of the set interfaces in the java collections? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
What are the types of interface used in the java collections? : java collections
What are the different types of ways where you can iterate over a list? : java collections
What is iterator in the java collections framework? : java collections
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
What is the use of hashcode in java ?
Should we create system software ( e.g operating system ) in java ?
my interviewer asked me what technical specification you used how to answer that question