I think you can't.

You can write a method in your page (component) class

public boolean isCondidtion(){
  ...
}


and in your template:

<t:if test="condition">...</t:if>



Another possibility is to use ognl binding. see t5components:
 http://87.193.218.134:8080/t5components/t5c-commons/howto_ognlbinding.html


Andy




peibel schrieb:
 Hi,

I want Know if I can to make a AND or OR into <t:if>

thaks,

Sorry for my english


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

Reply via email to