I have seen the question asked about how to rectify the component update code while migrating to Primefaces 3.1, preventing the exception
Cannot find component with identifier "...." in view.
But how to update a component that is not enclosed by a form element ? Such as I need to update, using remote command, the following ouputPanel:-
<p:outputPanel id='messageBox''> ... </p:outputPanel>
Using : Primefaces 3.1 with JSF 2.1.6