I don't know what your info data page looks like, but my guess is you
have the terms in the inlist conditional reversed.

Try if="inlist ezTodo {info.{p1}.{p2}::{+p}}"

Also, if there are spaces in the info var values, you will want to add
quote marks:

if="inlist 'ezTodo' '{info.{p1}.{p2}::{+p}}'"

Remember, in order to work the info values must be a CSV separated list. Like

some.page: one,two,ezTodo,three

Finally, the inlist conditional is case sensitive, so it will fail on eztodo.

Cheers,
Dan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to