0

I want to understand whats different between this addressing pattern in jsf .
for example I have this xhtml structure :

<h:panelGroup id="parent">
    <h:panelGroup id="child">
        <!-- 
          and some other components .
        -->
    </h:panelGroup>
</h:panelGroup>      

What is diff between this updates ?

   update="parent child"    
   update="parent:child"      
   update="parent,child"
Kukeltje
  • 12,223
  • 4
  • 24
  • 47
mah454
  • 1,571
  • 15
  • 38
  • Although there is no real ajax updating here, the use of `update` instead of `render` indicates the use of PrimeFaces, correct? – Kukeltje Feb 17 '19 at 14:11
  • Everything you need to know is in the duplicate. Part of which is a little more clearly stated in https://stackoverflow.com/questions/16597542/render-multiple-components-with-fajax – Kukeltje Feb 17 '19 at 14:14

0 Answers0