On Thu, Jun 11, 2009 at 12:31 PM, Guido Spadotto<[email protected]> wrote: > Filippo Diotalevi wrote: > Would this next line of code work? (you save one "properties.get" > invocation) > > value instanceof String ? Util.substVars(( String ) value, name, null, > properties) : value );
Yes, definitely.. missed the second invocation :-| Will update -- Filippo Diotalevi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

