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 / rajesh

This is possible by<jsp:forward page="/xyz.jsp"/>
forward is nothing but it will goes directly to next jsp page.
It will no look after the current JSP page

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of the main implementing classes in the map interfaces? : java collections

617


What are the different types of classes implemented in the set interfaces? : java collections

610


what is mean by hasing and maping in java platform and advantage?

1833


What are the interfaces in java collections? : java collections

618


What is an algorithm in java collection framework? : java collections

583






How is hashset maintained in memory by java ?

595


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.

1590


Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword

1616


Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?

2565


can u draw class/object diagram for ATM

5531


Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.

1602


What are the differences between the java collection and the java list? : java collections

617


What is the Spring2.5 MVC Navigation flow?

5374


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 ?

1681


What are the classes in the java collection framework? : java collections

597