I want to use <p:blockUI>
to block the whole view. But as it's attribute block
does only accept ids as keywords and not e.g. @all
, the only way I currently see is to have a naming container (e.g. <f:subview>
) to wrap the whole content of the view.
Unfortunately that's semantically dirty and I would need to rename all absolute ids because a new unneccessary (except for <p:blockUI>
) id-"prefix" has been created.
Is there a cleaner way to do this?