Hi,

you are right. I've tried the present tag at the beginning of our dev. But
had no success with applying multiple roles. After your posting today i
tried again. No success again, until i recognized that the tag is not
trimming the role strings. So if you use for example <logic:present role
="role1, role2"> and youre user is only in role2 the body isn't evaluated.
You must omit the space(s) (right syntax for our example: <logic:present
role="role1,role2">).

Thats why i've written my own tag.

Thx
Çetin Ergen




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to