RE: How to do ORing using struts:logic Tag

2003-04-01 Thread Sri Sankaran
to do ORing using struts:logic Tag Hi, I'm using struts 1.0. Here is the case that I want to do OR two conditions. For Eg. like this If ( user_role.equal(guest) || user_role.equals(temp) ) { then do something } How should I do it. if I try to use struts:logic tag, I'm unable

How to do ORing using struts:logic Tag

2003-03-31 Thread Rajendra Kadam
Hi, I'm using struts 1.0. Here is the case that I want to do OR two conditions. For Eg. like this If ( user_role.equal(guest) || user_role.equals(temp) ) { then do something } How should I do it. if I try to use struts:logic tag, I'm unable to make it. Doing this -