[
http://issues.apache.org/jira/browse/BEEHIVE-1116?page=comments#action_12413348
]
Srinivas Surapaneni commented on BEEHIVE-1116:
----------------------------------------------
it works if I do the following
<netui-data:getData resultId="actionForm"
value="${pageFlow.form1}"></netui-data:getData>
<c:out value="${actionForm}"></c:out>
> CLONE -the netui:form tag doesn't work when the body is in a <jsp:include>
> --------------------------------------------------------------------------
>
> Key: BEEHIVE-1116
> URL: http://issues.apache.org/jira/browse/BEEHIVE-1116
> Project: Beehive
> Type: Bug
> Components: NetUI
> Versions: V1, 1.0.1
> Reporter: Srinivas Surapaneni
> Assignee: Eddie O'Neil
> Fix For: v.next
>
> 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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira