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
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 ?
What are the main classes of the list interfaces? : java collections
What are maps interfaces in the java collections? : java collections
Which interface does java.util.hashtable implement?
What are the considerations to be made in case of loops in java ?
What is deque in the java collections framework? : 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 is java collection? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
What are the uses of the set interfaces in the java collections? : java collections
please mail me the interview question based on java/j2ee
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
what is mean by hasing and maping in java platform and advantage?
What are the differences between the java collection and the java list? : java collections