I think that the correct syntax for that is:

tal:condition="php: profile.profile_id GT 0"

You need to use the 'php' tales modifier to evaluate an expression,
otherwise it's evaluated as a path.

Iván

On Fri, Jun 20, 2008 at 12:35 AM, Reza Sanaie <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Why would the following fail: <td tal:condition="profile/profile_id GT
> 0"></td> ?
>
> If we can't use GT LE,... within a tal:condition, where are we allowed to
> use them?
>
>
> Cheers
>
>
> _______________________________________________
> PHPTAL mailing list
> PHPTAL@lists.motion-twin.com
> http://lists.motion-twin.com/mailman/listinfo/phptal
>

_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to