Re: conditional matching using s:if

2007-11-15 Thread SudarshanP
Thanks for the help Could get what i wanted by using the s:set tag. Code snippet below -- --- Laurie Harper wrote: > > Without seeing more of your code I can't be sure, but (see inline): > > SudarshanP wr

Re: conditional matching using s:if

2007-11-14 Thread Laurie Harper
Without seeing more of your code I can't be sure, but (see inline): SudarshanP wrote: Hi Struts2 users, I am new to Struts2 Have a problem with s:if tag, below is the code snippet 'branchsData' is a javaobject having 'branch' as its property if that's the case, why are you trying to iterate

conditional matching using s:if

2007-11-13 Thread SudarshanP
Hi Struts2 users, I am new to Struts2 Have a problem with s:if tag, below is the code snippet 'branchsData' is a javaobject having 'branch' as its property Trying to generate table structure based on condition, i am afraid s:if conditional tag is not working for me. Let me know what is the pro