Hello,

I have a little query ->

How can I check for more that one condition using struts logic tags? like 

if (A & B & C) {
do something.........
}

how do I achieve the same using struts logic tags?

Reply via email to