On Friday 06 February 2009 18:27:18 Struts Two wrote: > Wes , > > Thank you for your reply, Unfortunately that does not work. The if > statement return false [I print ${param.tab1} on the page and it has the > value 'tab1' yet if statement is false]. I am using struts 2.0.14. >
Hmm... Strange. I don't know if it matters, but ${param.tab1} probably works because it's a legit EL expression. Your include points directly to a JSP, rather than an action. Try doing the whole thing in EL, you might be able to accomplish what you're looking for with less hassle. -Wes -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org