Re: How to display composite listValue in listValue tag in Struts 2 without using iterator

2009-02-03 Thread Saikat Podder
ssions like listValue="name : price $/month" or >> listValue="%{name} %{price} $/month" but none of the works. >> >> >> So for now the only thing working for me is the normal html tag within an >> iterator. >> >> >> So is it really not

Re: How to display composite listValue in listValue tag in Struts 2 without using iterator

2009-02-03 Thread Sonny Gill
ue="name : price $/month" or > listValue="%{name} %{price} $/month" but none of the works. > > > So for now the only thing working for me is the normal html tag within an > iterator. > > > So is it really not possibly to display composite string as the val