{
actualName = findString( nameAttr );
String msg = null;
OgnlValueStack stack = getStack();
//find the name on the valueStack, and cast it to a date
Object dateObj = stack.findValue( actualName );
if ( dateObj != null )
{
if ( dateObj instanceof Date )
{