Hi, I've been using the if/else/case/switch tags for a while and love them. Is there any chance that they'll ever be incorporated into Struts proper?
I've also found one slightly annoying bug. In most languages you can do an, if X and X.Y then where X.Y doesn't get evaluated if X fails (thinks back to uni, possibly making them LR languages?). anyway, I can't do that with the if/else tags, ie I have to do <alogic:if name="oldusersportaccess" op="present"> <alogic:then> <alogic:if name="oldusersportaccess" property="sportAccess.access" value="true" op="equal"/> <alogic:then> instead of <alogic:if name="oldusersportaccess" op="present"> <alogic:and name="oldusersportaccess" property="sportAccess.access" value="true" op="equal"/> <alogic:then> which would be neater. Do you know about this/ is there anything that can be done about it? cheers again. I've had no other problems so far, caoilte --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]