I am working with primefaces. I need to write a java script function that can reload an image component. the function will be called by an applet.
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.
I finally figured out how to do this.I write it here in case somebody has the same question.
I used
And in javascript i fired a click event for the parent component. Please let me know if there are more effective way to do this.