Hi Jeff,
Jeff Nielsen wrote:
> How do I construct a dtml-if statement with two conditions joined by "and"
> logic? I want to do something like this:
>
> <dtml-if expr="LoginResults=='Pass'" .and. expr="PATH_INFO=='/'">
Did you try
<dtml-if expr="LoginResults=='Pass' and PATH_INFO=='/'">
Regards
Eric
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )