Author: ekoneil
Date: Tue Jul 27 12:33:29 2004
New Revision: 30796
Modified:
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/script/el/NetUIReadVariableResolver.java
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/script/el/NetUIUpdateVariableResolver.java
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B15430.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B40999.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/BugTest26856.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CellRepeaterError.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CellRepeaterError2.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/Expression.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/HtmlExpression.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/PageInputTest21.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RepeaterChoiceMethod.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RepeaterErrors.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeBindingError.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeWriteTreeError.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RuntimeErrors.xml
Log:
Fix mis-spelling of "application" when binding errors are reported from the
NetUI EL.
BB: self
DRT: NetUI pass
BVT: NetUI pass
CR: Daryl
Modified:
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/script/el/NetUIReadVariableResolver.java
==============================================================================
---
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/script/el/NetUIReadVariableResolver.java
(original)
+++
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/script/el/NetUIReadVariableResolver.java
Tue Jul 27 12:33:29 2004
@@ -117,7 +117,7 @@
public String[] getAvailableVariables()
{
- return new String[] {"actionForm", "pageFlow", "globalApp", "request",
"session", "appication", "pageContext", "bundle", "container", "url",
"pageInput"};
+ return new String[] {"actionForm", "pageFlow", "globalApp", "request",
"session", "application", "pageContext", "bundle", "container", "url",
"pageInput"};
}
public Tag getCurrentTag()
Modified:
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/script/el/NetUIUpdateVariableResolver.java
==============================================================================
---
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/script/el/NetUIUpdateVariableResolver.java
(original)
+++
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/script/el/NetUIUpdateVariableResolver.java
Tue Jul 27 12:33:29 2004
@@ -18,29 +18,15 @@
*/
package org.apache.beehive.netui.script.el;
-// java imports
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
-import javax.servlet.http.HttpServletResponse;
-import javax.servlet.jsp.PageContext;
-import javax.servlet.jsp.el.ELException;
-
-// internal imports
-import org.apache.beehive.netui.pageflow.GlobalApp;
-import org.apache.beehive.netui.pageflow.PageFlowController;
-import org.apache.beehive.netui.pageflow.PageFlowUtils;
import org.apache.beehive.netui.script.IllegalExpressionException;
-
import org.apache.beehive.netui.script.el.util.RequestAttributeMap;
-import org.apache.beehive.netui.script.el.util.RequestParameterMap;
import org.apache.beehive.netui.script.el.util.SessionAttributeMap;
-
import org.apache.beehive.netui.util.logging.Logger;
-// external imports
-
/**
*
*/
@@ -88,7 +74,7 @@
else if(name.equals("application"))
{
if(_requestParameter == false)
- return null; //new
ApplicationAttributeMap(pc.getServletContext());
+ return null;
else throw new IllegalExpressionException("The application data
binding context can not be updated from a request parameter.");
}
@@ -104,6 +90,6 @@
{
if(_requestParameter)
return new String[] {"actionForm", "pageFlow", "globalApp"};
- else return new String[] {"actionForm", "pageFlow", "globalApp",
"request", "session", "appication"};
+ else return new String[] {"actionForm", "pageFlow", "globalApp",
"request", "session", "application"};
}
}
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B15430.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B15430.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B15430.xml
Tue Jul 27 12:33:29 2004
@@ -88,7 +88,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{actionForm.bad}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{actionForm.bad}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "bad" on object of type "class
bugs.b15430.Controller$Form"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{actionForm.bad}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "bad" on object of type "class
bugs.b15430.Controller$Form"</td></tr>
</table></span>
<br />
True Checkbox from form: <input type="hidden"
name="wlw-checkbox_key:{actionForm.checkBox2}OldValue" value="false"><input
type="checkbox" name="wlw-checkbox_key:{actionForm.checkBox2}" checked><br />
@@ -99,7 +99,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.bad}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.bad}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "bad" on object of type "class
bugs.b15430.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.bad}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "bad" on object of type "class
bugs.b15430.Controller"</td></tr>
</table></span>
<br />
True Checkbox from page flow: <input type="hidden"
name="wlw-checkbox_key:{pageFlow.checkBox2}OldValue" value="false"><input
type="checkbox" name="wlw-checkbox_key:{pageFlow.checkBox2}" checked><br />
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B40999.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B40999.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B40999.xml
Tue Jul 27 12:33:29 2004
@@ -107,10 +107,10 @@
<tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
<tr><th rowspan="2">1</th><th
rowspan="2">CheckBoxGroup</th><th>Attribute</th><td>optionsDataSource</td>
<th>Expression</th><td>{actionForm.colors}</td></tr>
- <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{actionForm.colors}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "colors" on object of type "class
bugs.b40999.Controller$MyBean"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{actionForm.colors}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "colors" on object of type "class
bugs.b40999.Controller$MyBean"</td></tr>
<tr><th rowspan="2">2</th><th
rowspan="2">RadioButtonGroup</th><th>Attribute</th><td>optionsDataSource</td>
<th>Expression</th><td>{actionForm.colors}</td></tr>
- <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{actionForm.colors}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "colors" on object of type "class
bugs.b40999.Controller$MyBean"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{actionForm.colors}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "colors" on object of type "class
bugs.b40999.Controller$MyBean"</td></tr>
</table></div>
</body>
</html>]]></ses:responseBody>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/BugTest26856.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/BugTest26856.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/BugTest26856.xml
Tue Jul 27 12:33:29 2004
@@ -321,7 +321,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{bundle.xtheBundle1.message1}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{bundle.xtheBundle1.message1}" with available binding
contexts [actionForm, pageFlow, globalApp, request, session, appication,
pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: The bundle named "xtheBundle1" was not found in the
list of registered bundles with names [theBundle2, theBundle1] or implicit
bundle names [default, myMessages/miscJpf/bug26856,
myBundle1/miscJpf/bug26856].</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{bundle.xtheBundle1.message1}" with available binding
contexts [actionForm, pageFlow, globalApp, request, session, application,
pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: The bundle named "xtheBundle1" was not found in the
list of registered bundles with names [theBundle2, theBundle1] or implicit
bundle names [default, myMessages/miscJpf/bug26856,
myBundle1/miscJpf/bug26856].</td></tr>
</table></span>
@@ -335,7 +335,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{bundle.theBundle1.message1x}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{bundle.theBundle1.message1x}" with available binding
contexts [actionForm, pageFlow, globalApp, request, session, appication,
pageContext, bundle, container, url, pageInput]. Root cause:
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key message1x</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{bundle.theBundle1.message1x}" with available binding
contexts [actionForm, pageFlow, globalApp, request, session, application,
pageContext, bundle, container, url, pageInput]. Root cause:
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key message1x</td></tr>
</table></span>
@@ -591,7 +591,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{bundle.missingBundle.nonExistentMessage}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{bundle.missingBundle.nonExistentMessage}" with
available binding contexts [actionForm, pageFlow, globalApp, request, session,
appication, pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: The bundle named "missingBundle" was not found in
the list of registered bundles with names [] or implicit bundle names [default,
myMessages/miscJpf/bug26856, myBundle1/miscJpf/bug26856].</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{bundle.missingBundle.nonExistentMessage}" with
available binding contexts [actionForm, pageFlow, globalApp, request, session,
application, pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: The bundle named "missingBundle" was not found in
the list of registered bundles with names [] or implicit bundle names [default,
myMessages/miscJpf/bug26856, myBundle1/miscJpf/bug26856].</td></tr>
</table></span>
<br/>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CellRepeaterError.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CellRepeaterError.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CellRepeaterError.xml
Tue Jul 27 12:33:29 2004
@@ -102,7 +102,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.foo}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.foo}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "foo" on object of type "class
errors.cellRepeaterError.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.foo}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "foo" on object of type "class
errors.cellRepeaterError.Controller"</td></tr>
</table></span>
</body>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CellRepeaterError2.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CellRepeaterError2.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CellRepeaterError2.xml
Tue Jul 27 12:33:29 2004
@@ -120,7 +120,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{globalApp.noCellRepeaterProperty}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{globalApp.noCellRepeaterProperty}" with available
binding contexts [actionForm, pageFlow, globalApp, request, session,
appication, pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: Could not find property or field
"noCellRepeaterProperty" on object of type "class global.Global"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{globalApp.noCellRepeaterProperty}" with available
binding contexts [actionForm, pageFlow, globalApp, request, session,
application, pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: Could not find property or field
"noCellRepeaterProperty" on object of type "class global.Global"</td></tr>
</table></span>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/Expression.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/Expression.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/Expression.xml
Tue Jul 27 12:33:29 2004
@@ -82,7 +82,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.hidden}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.hidden}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "hidden" on object of type "class
errors.expression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.hidden}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "hidden" on object of type "class
errors.expression.Controller"</td></tr>
</table></span>
</td></tr>
<tr><td>TextBox</td><td><span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
@@ -91,7 +91,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.tbDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.tbDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "tbDataSource" on object of type "class
errors.expression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.tbDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "tbDataSource" on object of type "class
errors.expression.Controller"</td></tr>
</table></span>
</td></tr>
<tr><td>TextArea</td><td><span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
@@ -100,7 +100,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.taDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.taDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "taDataSource" on object of type "class
errors.expression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.taDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "taDataSource" on object of type "class
errors.expression.Controller"</td></tr>
</table></span>
</td></tr>
<tr><td>Checkbox</td><td><span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
@@ -109,7 +109,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.cbDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.cbDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "cbDataSource" on object of type "class
errors.expression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.cbDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "cbDataSource" on object of type "class
errors.expression.Controller"</td></tr>
</table></span>
</td></tr>
<tr><td>Checkbox Group</td><td><span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
@@ -118,7 +118,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.cbgDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.cbgDataSource}" with available binding
contexts [actionForm, pageFlow, globalApp, request, session, appication,
pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: Could not find property or field "cbgDataSource" on
object of type "class errors.expression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.cbgDataSource}" with available binding
contexts [actionForm, pageFlow, globalApp, request, session, application,
pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: Could not find property or field "cbgDataSource" on
object of type "class errors.expression.Controller"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -126,7 +126,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.cbgDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.cbgDataSource}" with available binding
contexts [actionForm, pageFlow, globalApp, request, session, appication,
pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: Could not find property or field "cbgDataSource" on
object of type "class errors.expression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.cbgDataSource}" with available binding
contexts [actionForm, pageFlow, globalApp, request, session, application,
pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: Could not find property or field "cbgDataSource" on
object of type "class errors.expression.Controller"</td></tr>
</table></span>
</td></tr>
<tr><td>Radio Group</td><td><span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
@@ -135,7 +135,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.rgDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.rgDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "rgDataSource" on object of type "class
errors.expression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.rgDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "rgDataSource" on object of type "class
errors.expression.Controller"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -143,7 +143,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.rgDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.rgDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "rgDataSource" on object of type "class
errors.expression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.rgDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "rgDataSource" on object of type "class
errors.expression.Controller"</td></tr>
</table></span>
</td></tr>
<tr><td>Select</td><td><span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
@@ -152,7 +152,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.sDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.sDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "sDataSource" on object of type "class
errors.expression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.sDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "sDataSource" on object of type "class
errors.expression.Controller"</td></tr>
</table></span>
</td></tr>
</table>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/HtmlExpression.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/HtmlExpression.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/HtmlExpression.xml
Tue Jul 27 12:33:29 2004
@@ -102,25 +102,25 @@
<tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
<tr><th rowspan="2">1</th><th
rowspan="2">Hidden</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.hidden}</td></tr>
- <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.hidden}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "hidden" on object of type "class
errors.htmlExpression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.hidden}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "hidden" on object of type "class
errors.htmlExpression.Controller"</td></tr>
<tr><th rowspan="2">2</th><th
rowspan="2">TextBox</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.tbDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.tbDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "tbDataSource" on object of type "class
errors.htmlExpression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.tbDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "tbDataSource" on object of type "class
errors.htmlExpression.Controller"</td></tr>
<tr><th rowspan="2">3</th><th
rowspan="2">TextArea</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.taDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.taDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "taDataSource" on object of type "class
errors.htmlExpression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.taDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "taDataSource" on object of type "class
errors.htmlExpression.Controller"</td></tr>
<tr><th rowspan="2">4</th><th
rowspan="2">CheckBox</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.cbDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.cbDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "cbDataSource" on object of type "class
errors.htmlExpression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.cbDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "cbDataSource" on object of type "class
errors.htmlExpression.Controller"</td></tr>
<tr><th rowspan="2">5</th><th
rowspan="2">CheckBoxGroup</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.cbgDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.cbgDataSource}" with available binding
contexts [actionForm, pageFlow, globalApp, request, session, appication,
pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: Could not find property or field "cbgDataSource" on
object of type "class errors.htmlExpression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.cbgDataSource}" with available binding
contexts [actionForm, pageFlow, globalApp, request, session, application,
pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: Could not find property or field "cbgDataSource" on
object of type "class errors.htmlExpression.Controller"</td></tr>
<tr><th rowspan="2">6</th><th
rowspan="2">RadioButtonGroup</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.rgDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.rgDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "rgDataSource" on object of type "class
errors.htmlExpression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.rgDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "rgDataSource" on object of type "class
errors.htmlExpression.Controller"</td></tr>
<tr><th rowspan="2">7</th><th
rowspan="2">Select</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.sDataSource}</td></tr>
- <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.sDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "sDataSource" on object of type "class
errors.htmlExpression.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.sDataSource}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "sDataSource" on object of type "class
errors.htmlExpression.Controller"</td></tr>
</table></div>
</body>
</html>]]></ses:responseBody>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/PageInputTest21.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/PageInputTest21.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/PageInputTest21.xml
Tue Jul 27 12:33:29 2004
@@ -91,7 +91,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{pageInput.ObjectA.nonExistString}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageInput.ObjectA.nonExistString}" with available
binding contexts [actionForm, pageFlow, globalApp, request, session,
appication, pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: Could not find property or field "nonExistString"
on object of type "class shared.ClassA"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageInput.ObjectA.nonExistString}" with available
binding contexts [actionForm, pageFlow, globalApp, request, session,
application, pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: Could not find property or field "nonExistString"
on object of type "class shared.ClassA"</td></tr>
</table></span>
"</font>
<br/><br/>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RepeaterChoiceMethod.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RepeaterChoiceMethod.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RepeaterChoiceMethod.xml
Tue Jul 27 12:33:29 2004
@@ -529,7 +529,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -537,7 +537,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -545,7 +545,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -553,7 +553,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -561,7 +561,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -569,7 +569,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -577,7 +577,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
</table>
@@ -601,7 +601,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -615,7 +615,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -629,7 +629,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -643,7 +643,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -657,7 +657,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -671,7 +671,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
<span> <table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="5">Tag Error</th></tr>
@@ -685,7 +685,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{container.item.noname}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{container.item.noname}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "noname" on object of type "class
databinding.callMethod.choiceMethod.Controller$LineItem"</td></tr>
</table></span>
</table>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RepeaterErrors.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RepeaterErrors.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RepeaterErrors.xml
Tue Jul 27 12:33:29 2004
@@ -112,7 +112,7 @@
<th>Errors</th><td colspan="2">1</td></tr>
<tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.foo}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.foo}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "foo" on object of type "class
errors.repeaterErrors.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when
evaluating expression "{pageFlow.foo}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause: java.lang.RuntimeException:
Could not find property or field "foo" on object of type "class
errors.repeaterErrors.Controller"</td></tr>
</table></span>
<br />
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeBindingError.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeBindingError.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeBindingError.xml
Tue Jul 27 12:33:29 2004
@@ -114,7 +114,7 @@
<tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
<tr><th rowspan="2">1</th><th
rowspan="2">RichTree</th><th>Attribute</th><td>dataSource</td>
<th>Expression</th><td>{pageFlow.badPageFlowTree}</td></tr>
- <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.badPageFlowTree}" with available binding
contexts [actionForm, pageFlow, globalApp, request, session, appication,
pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: Could not find property or field "badPageFlowTree"
on object of type "class richTree.Controller"</td></tr>
+ <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageFlow.badPageFlowTree}" with available binding
contexts [actionForm, pageFlow, globalApp, request, session, application,
pageContext, bundle, container, url, pageInput]. Root cause:
java.lang.RuntimeException: Could not find property or field "badPageFlowTree"
on object of type "class richTree.Controller"</td></tr>
</table></div>
</body>
</html>]]></responseBody>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeWriteTreeError.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeWriteTreeError.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeWriteTreeError.xml
Tue Jul 27 12:33:29 2004
@@ -88,7 +88,7 @@
<div> <hr /><table border="1" cellspacing="0"
style="color:red;background-color:white">
<tr><th colspan="6">Page Errors</th></tr>
<tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>RichTree</th><th>Message</th><td>Unable to create the tree
instance identified by the expression 'pageFlow.tree7'. Error:<br>Exception
when attempting to update the expression "{pageFlow.tree7}" with available
binding contexts [actionForm, pageFlow, globalApp, request, session,
appication]. Root cause: java.lang.RuntimeException: Could not update
expression because a public field named "tree7" or setter for the property
"tree7" could not be found.</td></tr>
+<tr><th>1</th><th>RichTree</th><th>Message</th><td>Unable to create the tree
instance identified by the expression 'pageFlow.tree7'. Error:<br>Exception
when attempting to update the expression "{pageFlow.tree7}" with available
binding contexts [actionForm, pageFlow, globalApp, request, session,
application]. Root cause: java.lang.RuntimeException: Could not update
expression because a public field named "tree7" or setter for the property
"tree7" could not be found.</td></tr>
</table></div>
</body>
</html>]]></ses:responseBody>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RuntimeErrors.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RuntimeErrors.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RuntimeErrors.xml
Tue Jul 27 12:33:29 2004
@@ -87,7 +87,7 @@
<tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
<tr><th rowspan="2">1</th><th
rowspan="2">Label</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{pageflow.missing}</td></tr>
- <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageflow.missing}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause:
org.apache.beehive.netui.script.IllegalExpressionException</td></tr>
+ <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageflow.missing}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause:
org.apache.beehive.netui.script.IllegalExpressionException</td></tr>
</table></div>
</body>
</html>]]></ses:responseBody>
@@ -176,7 +176,7 @@
<tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
<tr><th rowspan="2">1</th><th
rowspan="2">Label</th><th>Attribute</th><td>value</td>
<th>Expression</th><td>{pageflow.missing}</td></tr>
- <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageflow.missing}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, appication, pageContext,
bundle, container, url, pageInput]. Root cause:
org.apache.beehive.netui.script.IllegalExpressionException</td></tr>
+ <tr><th valign="top">Message</th><td colspan="3">Caught exception when
evaluating expression "{pageflow.missing}" with available binding contexts
[actionForm, pageFlow, globalApp, request, session, application, pageContext,
bundle, container, url, pageInput]. Root cause:
org.apache.beehive.netui.script.IllegalExpressionException</td></tr>
</table></div>
</html>]]></ses:responseBody>