I have the following scriptlet code : if(tableCounter == 1){
tableCounter = 2; } else { tableCounter = 1; } How do I achieve the above code using Struts tags (without using JSTL)? Thanks, CK --------------------------------- Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing