Author: rich
Date: Fri Feb 18 19:59:38 2005
New Revision: 154393
URL: http://svn.apache.org/viewcvs?view=rev&rev=154393
Log:
Revision 154332 broke the PageFlowUtils test because I did my commit from the
netui/src directory, and missed my mods to the test. Sorry to anyone who
encountered this.
DRT/BVT: netui (WinXP)
BB: self (linux)
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/miniTests/pageFlowUtils/validation.jsp
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/miniTests/pageFlowUtils/validation.jsp
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/miniTests/pageFlowUtils/validation.jsp?view=diff&r1=154392&r2=154393
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/miniTests/pageFlowUtils/validation.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/miniTests/pageFlowUtils/validation.jsp
Fri Feb 18 19:59:38 2005
@@ -17,8 +17,8 @@
PageFlowUtils.addValidationError( "b", "msg2", "arg1", request );
Object[] args = new Object[]{ "arg1", "arg2", "arg3" };
PageFlowUtils.addValidationError( "c", "msg3", args, request );
- PageFlowUtils.addActionMessage( request, "d", "msg3", "arg1",
"arg2", "arg3" );
- PageFlowUtils.addActionMessageExpression( request, "e", "The page
flow is ${pageFlow.URI}. Some args are: {0}, {1}, {2}.", "arg1", "arg2",
"arg3" );
+ PageFlowUtils.addActionError( request, "d", "msg3", "arg1",
"arg2", "arg3" );
+ PageFlowUtils.addActionErrorExpression( request, "e", "The page
flow is ${pageFlow.URI}. Some args are: {0}, {1}, {2}.", "arg1", "arg2",
"arg3" );
%>