Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it possible to rerender a a4j:outputPanel programmatically from java method?

share|improve this question

1 Answer

You can keep a poll and just set some flag from method if that flag has been caught in poll as set just render the panel

share|improve this answer
don't understand clearly. Can you show an short example? – Tapas Bose Jul 28 '11 at 11:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.