Some inputs are welcome ****

2006-02-28 Thread Sony Thomas
Hi, I am using tabs in my JSP. Now when I display tabs I have to check for some conditions. But the tabs will not allow me to use Scriptlets % % inside the tabs. so is there is any struts tag library tags for shortcircuit logical operators. I mean for and || . If anyone has any idea please

Re: Some inputs are welcome ****

2006-02-28 Thread Angelo zerr
Hi thomas, which component do you use for generate your tabs? Do you use specific taglib, like struts-layout tabs or ditchnet tabs, or do you develop your own taglib ? Perhaps, your tabs can support EL tags. If so you could do c:if test=${myCondition} / myTab:tab . /c:if For information, I'm