When I added update attribute in the commandButton within master detail component of primefaces extension the selectDetaillevel component is not excuting. When I remove the update attribute selectDetailLevel execute. Please let me know how I have excute update along with selectDetailLevel.
<p:commandButton value="Save" actionListener="#{controller.save}"
update=":growl"
<pe:selectDetailLevel step="-1"/>
</p:commandButton>