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 are the different types of classes implemented in the set interfaces? : java collections
What is the use of the list interface in the java collection? : java collections
What are the types of interface used in the java collections? : java collections
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
What are the interfaces in java collections? : java collections
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
my interviewer asked me what technical specification you used how to answer that question
What are the queues in the java collection framework? : java collections
What do you understand by synchronization? Why is it important?
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What is the Spring2.5 MVC Navigation flow?
What are the classes in the java collection 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 mean by hasing and maping in java platform and advantage?
Should we create system software ( e.g operating system ) in java ?