Re: Escape expression in dynamic attribute in a tag

2013-08-30 Thread JOSE L MARTINEZ-AVIAL
It does not work. s:textfield name=userName dojoType=dijit.form.FilteringSelect queryExpr='*$' +'{0}'* theme=simple store=comboStore jsId=UserSelect id=UserSelect searchAttr=userNamesKey pageSize=15 autoComplete=false / is translated as: input type=text name=userName value= id=UserSelect

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 jlm...@gmail.com: It does not work. s:textfield name=userName dojoType=dijit.form.FilteringSelect queryExpr='*$' +'{0}'* theme=simple store=comboStore jsId=UserSelect

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 pbened...@apache.org wrote: Are you retrieving the same collection? On Wed, Aug 28, 2013 at 8:22 AM, Srineel Mazumdar smaz19...@gmail.com wrote: Hi, I am creating a shopping cart application in Struts 2. I am