[ http://issues.apache.org/jira/browse/BEEHIVE-1108?page=all ]
Eddie O'Neil resolved BEEHIVE-1108:
-----------------------------------
Resolution: Fixed
Fixed in SVN 400086 -- just barely missed change 400K!
The "actionForm" implicit object is not read from the JspContext's
VariableResolver any longer and is instead read from a request attribute.
> the netui:form tag doesn't work when the body is in a <jsp:include>
> -------------------------------------------------------------------
>
> Key: BEEHIVE-1108
> URL: http://issues.apache.org/jira/browse/BEEHIVE-1108
> Project: Beehive
> Type: Bug
> Components: NetUI
> Versions: V1, 1.0.1
> Reporter: Eddie O'Neil
> 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