Function getViewState

  • 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!

    Parameters

    • formElement: string | Element

    Returns string

    Throws

    an exception in case of the given element not being of type form! https://issues.apache.org/jira/browse/MYFACES-2110

Generated using TypeDoc