Re: If logic to dynamic decide whether to display a column

2011-01-21 Thread Emi Lu
Thank you Vitor. I believe it will satisfy my requirement. -- Lu Ying On 01/21/2011 03:59 PM, Vitor De Mario wrote: As far as I know, , the Struts tag, works in this scenario. I believe I've used it before. On Fri, Jan 21, 2011 at 6:35 PM, Emi Lu mailto:em...@encs.concordia.ca>> wrote: G

Re: If logic to dynamic decide whether to display a column

2011-01-21 Thread Vitor De Mario
As far as I know, , the Struts tag, works in this scenario. I believe I've used it before. On Fri, Jan 21, 2011 at 6:35 PM, Emi Lu wrote: > Good afternoon, > > Need help about using "if logic" to determine whether to display a > column under display:table > > For example: > >

If logic to dynamic decide whether to display a column

2011-01-21 Thread Emi Lu
Good afternoon, Need help about using "if logic" to determine whether to display a column under display:table For example: Need sth like: == if %{#attr.row_rec.show_col1} Otherwise, do not display "col1". What is the grammer of "if %{#attr.row_rec.sh