Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-1116

CLONE -the netui:form tag doesn't work when the body is in a <jsp:include>

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 1.0, 1.0.1
    • 1.0.2
    • NetUI
    • None

    Description

      The <netui:form> tag often uses the "actionForm" implicit object for data binding, but in this situation:

      <netui:form>
      <!-- foo-include.jsp -->
      </netui:form>

      foo-include.jsp

      <netui:textBox dataSource="actionForm.foo"/>

      the expression in the dataSource attribute is unable to find the actionForm object. The problem is that NetUI is unable to find the "actionForm" implicit object because it just uses the JspContext's VariableResolver. The fix is to wrap this VR in another one that is aware of the "actionForm" object.

      Attachments

        Issue Links

          Activity

            People

              ekoneil Edward O'Neil
              ssurapan Srinivas Surapaneni
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: