collect and encode data for a given form element (must be of type form) find the jakarta.faces.ViewState element and encode its value as well! return a concatenated string of the encoded values!
an exception in case of the given element not being of type form! https://issues.apache.org/jira/browse/MYFACES-2110
Generated using TypeDoc
collect and encode data for a given form element (must be of type form) find the jakarta.faces.ViewState element and encode its value as well! return a concatenated string of the encoded values!