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
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What is deque in the java collections framework? : java collections
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 is java collection? : java collections
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
How is hashset maintained in memory by java ?
Should we create system software ( e.g operating system ) in java ?
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 are the classes in the java collection framework? : java collections
What are the different types of features of the java collections framework? : java collections
What is the enumerator of the java collection framework? : java collections
What are the different types of ways where you can iterate over a list? : java collections
What is the use of hashcode in java ?
What are the differences between the java collection and the java list? : java collections