Re: Escape expression in dynamic attribute in a tag

2013-08-30 Thread JOSE L MARTINEZ-AVIAL
It does not work. is translated as: Any suggestions? 2013/8/30 Lukasz Lenart > queryExpr="'*$' +'{0}'*" > > 2013/8/30 Jose L Martinez-Avial : > > > >> Hi all, > >>I'm pretty sure this is just a silly question, but I haven't > >> been able to find anything. I have the following tag wi

Re: Escape expression in dynamic attribute in a tag

2013-08-30 Thread Lukasz Lenart
queryExpr="%{'*$' +'{0}'*}" or add a getter to your action which will return what you want. 2013/8/30 JOSE L MARTINEZ-AVIAL : > It does not work. > > queryExpr="'*$' +'{0}'*" theme="simple" store="comboStore" > jsId="UserSelect" id="UserSelect" searchAttr="userNamesKey" pageSize="15" > autoComple

Re: Value not persisting in domain object

2013-08-30 Thread Srineel Mazumdar
Yes.. the same collection. On Wed, Aug 28, 2013 at 6:55 PM, Paul Benedict wrote: > Are you retrieving the same collection? > > > On Wed, Aug 28, 2013 at 8:22 AM, Srineel Mazumdar >wrote: > > > Hi, > > > > I am creating a shopping cart application in Struts 2. I am updating a > list > > in Cart