You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful for some use-case to have a (boolean) fail-on-error option on p:directory-list. For instance when you want to know the contents of a directory but don't care whether it exists.
If fail-on-error is true, it would mean that when an (directory access) error occurs, it should just return the required root element, but without any child elements (maybe an error="true" attribute on the root element would be helpful as well here).
The text was updated successfully, but these errors were encountered:
It would be helpful for some use-case to have a (boolean)
fail-on-error
option onp:directory-list
. For instance when you want to know the contents of a directory but don't care whether it exists.If
fail-on-error
istrue
, it would mean that when an (directory access) error occurs, it should just return the required root element, but without any child elements (maybe anerror="true"
attribute on the root element would be helpful as well here).The text was updated successfully, but these errors were encountered: