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 / ricky
Use Tiles framework or Ajax technology to refresh a part of
the page. We could also use portlets for the same.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is deque in the java collections framework? : java collections
can u draw class/object diagram for ATM
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
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 maps interfaces in the java collections? : java collections
What is the use of hashcode in java ?
What are the uses of the set interfaces in the java collections? : java collections
What are the different types of collections views being provided by the map interface? : java collections
What is the difference between comparable and comparator in java.util pkg?
What are the different types of ways where you can iterate over a list? : java collections
Which interface does java.util.hashtable implement?
What is iterator in the java collections framework? : java collections
What is the use of the list interface in the java collection? : java collections
Which sorting algorithm is used by collections.sort() in java ?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance