com.pnpconsult.zeiterfassung.util
Class ActionErrorUtils

java.lang.Object
  extended bycom.pnpconsult.zeiterfassung.util.ActionErrorUtils

public class ActionErrorUtils
extends java.lang.Object

Version:
$Id: ActionErrorUtils.java,v 1.1 2004/04/01 08:30:48 powerpete Exp $
Author:
Moritz Petersen

Constructor Summary
ActionErrorUtils()
           
 
Method Summary
static void add(org.apache.struts.action.ActionErrors errors, java.lang.String key)
          Adds a new ActionError to the ActionErrors, where the key is used as property and as error message key.
static void add(org.apache.struts.action.ActionErrors errors, java.lang.String key, java.lang.String value0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionErrorUtils

public ActionErrorUtils()
Method Detail

add

public static void add(org.apache.struts.action.ActionErrors errors,
                       java.lang.String key)
Adds a new ActionError to the ActionErrors, where the key is used as property and as error message key.

Parameters:
errors - The ActionErrors.
key - The key, that is used as property key and error message key.

add

public static void add(org.apache.struts.action.ActionErrors errors,
                       java.lang.String key,
                       java.lang.String value0)


Copyright © 2003-2004 PNP Unternehmensberatung. All Rights Reserved.