On 22-10-2009 at 12:07:27 Michał <hosema...@poczta.onet.pl> wrote:


I want to set condition that consists of two parts like:( conected with && ) tal:attributes="selected php: id_country_val == option && id_country_val != false "
        OR something like this:
tal:attributes="selected exists: id_country_val php: id_country_val == option"
but it doesn't work.
I don't want to use isSelected because it doesn't fit to my purposes.
Any suggestions?

php:isset(id_country_val) AND id_country_val == option

--
regards, Kornel

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

Reply via email to