Guys, is it possible to refresh a part of a page in struts without using ajax. kindly let me know.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can add a JavaScript function to the page which loads a string from somewhere and assigns it to
innerHtmlof some element.To invoke the function, either use a timer or call it when the user clicks on a button or a link.
If you need a more specific answer, ask a more specific question, please.