[ http://issues.apache.org/jira/browse/BEEHIVE-301?page=history ]
     
Jason Dunckley closed BEEHIVE-301:
----------------------------------


Verified that the method exists and properly adds action errors as well as 
evaluates expressions and args.  This method takes the request as the first 
arg, since it is outside the context of the controller. e.g.

PageFlowUtils.addActionErrorExpression( sr,"validateMe","added in external 
class with some {0} and some {1}", "arg0text", "arg1text");

> Add addActionErrorExpression method to PageFlowUtils class like 
> FlowController has
> ----------------------------------------------------------------------------------
>
>          Key: BEEHIVE-301
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-301
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Jason Dunckley
>     Assignee: Jason Dunckley
>     Priority: Minor
>      Fix For: V1Beta

>
> FlowController has the following method for adding custom errors to be shown 
> in pages by the netui:error and netui:errors jsp tags  
> public void addActionErrorExpression( String propertyName, String expression, 
> Object ... messageArgs )
> It seems this method should also be in the PageFlowUtils class for parity as 
> there is with the other related methods.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to