"Ryan Austin" <[EMAIL PROTECTED]> writes:
>Yes, I have tried other methods and also populated data with messages.
>if I add these lines,
>#if ($data.getMessage())
>{
> $data.getMessage()
>}
Please read the Velocity users guide at http://jakarta.apache.org/velocity/
In your case this should've been
#if ($!data.getMessage())
$data.getMessage()
#end
Regards
Henning
--
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH [EMAIL PROTECTED]
Am Schwabachgrund 22 Fon.: 09131 / 50654-0 [EMAIL PROTECTED]
D-91054 Buckenhof Fax.: 09131 / 50654-20
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>