Re: [Components] Template variable

2010-03-05 Thread Thomas Nunninger
Hi, recently I ran into the same problem. Just set some default value in case of $errors is null, e.g. like: {use $blocos, $errors = ''} HTH Thomas Am Donnerstag, 4. März 2010 18:14:07 schrieb José Moreira: im trying to send a variable to a template $t-send-errors = $errors; and i have

Re: [Components] Template variable

2010-03-04 Thread Thomas Koch
Hi José, you might want to check, whether $errors in your case has the value null. This might be the cause. AFAIK the template engine considers variables of type null to not be sent at all. Best regards, Thomas Koch, http://www.koch.ro -- Components mailing list Components@lists.ez.no

Re: [Components] Template variable

2010-03-04 Thread José Moreira
ok thank you No dia 4 de Março de 2010 17:36, Thomas Koch tho...@koch.ro escreveu: Hi José, you might want to check, whether $errors in your case has the value null. This might be the cause. AFAIK the template engine considers variables of type null to not be sent at all. Best regards,