Re: How to use "s:include" param in s:if

2009-02-07 Thread Struts Two
d time. --- On Fri, 2/6/09, Wes Wannemacher wrote: > From: Wes Wannemacher > Subject: Re: How to use "s:include" param in s:if > To: "Struts Users Mailing List" > Received: Friday, February 6, 2009, 11:48 PM > On Friday 06 February 2009 18:27:18 Struts Two wr

Re: How to use "s:include" param in s:if

2009-02-06 Thread Wes Wannemacher
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 d

Re: How to use "s:include" param in s:if

2009-02-06 Thread Struts Two
s Wannemacher > Subject: Re: How to use "s:include" param in s:if > To: "Struts Users Mailing List" > Received: Friday, February 6, 2009, 11:07 PM > On Friday 06 February 2009 17:35:56 Struts Two wrote: > > I have run out of options and I was hoping if someone

Re: How to use "s:include" param in s:if

2009-02-06 Thread Wes Wannemacher
On Friday 06 February 2009 17:35:56 Struts Two wrote: > I have run out of options and I was hoping if someone can help me. I have > an include tag as follows: > > > > > > In my tabs.jsp, I tried to do the following: > > class="on" > class="off" > > > But of no avail. Using ${param.tabId},

How to use "s:include" param in s:if

2009-02-06 Thread Struts Two
I have run out of options and I was hoping if someone can help me. I have an include tag as follows: In my tabs.jsp, I tried to do the following: class="on" class="off" > But of no avail. Using ${param.tabId}, I can see the value of tablId. I even tried [crazy ideas like]: class=