Class FormEventTag

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class FormEventTag
    extends EventTag
    FormEventTag.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.microstrategy.web.app.taglibs.EventTag

        _helper
      • Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport

        bodyContent
      • Fields inherited from class javax.servlet.jsp.tagext.TagSupport

        id, pageContext
      • Fields inherited from interface javax.servlet.jsp.tagext.BodyTag

        EVAL_BODY_BUFFERED, EVAL_BODY_TAG
      • Fields inherited from interface javax.servlet.jsp.tagext.IterationTag

        EVAL_BODY_AGAIN
      • Fields inherited from interface javax.servlet.jsp.tagext.Tag

        EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
    • Constructor Summary

      Constructors 
      Constructor Description
      FormEventTag()
      Creates a new instance of the custom tag.
    • Constructor Detail

      • FormEventTag

        public FormEventTag()
        Creates a new instance of the custom tag.
    • Method Detail

      • setFormName

        public void setFormName​(java.lang.String value)
        Indicates the form name to be associated with the resulting HTML form tag.
        Parameters:
        value - String value with the name to use
      • setFormMethod

        public void setFormMethod​(java.lang.String value)
        Indicates the method to use when submitting the form.
        Usage:
        Either get or post can be used as possible values of this attribute. It will specify the way the form will be submitted per user request.
        Parameters:
        value - String value indicating if the form is to be a GET or a POST
      • setAppendPageState

        public void setAppendPageState​(boolean value)