if( previousValues != null )
{
String oldValue = (String)previousValues.get( inputName );
if( oldValue != null )
{
field.addElement( oldValue );
}
else
{
oldValue = (String)params.get( PARAM_VALUE );
if( oldValue != null ) field.addElement( oldValue );