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

Escape expression in dynamic attribute in a tag

2013-08-29 Thread 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 with some dynamics attribues: s:textfield name=userName3 dojoType=dijit.form.FilteringSelect theme=simple store=comboStore sId=UserSelect2

Re: Escape expression in dynamic attribute in a tag

2013-08-29 Thread Lukasz Lenart
queryExpr='*$' +'{0}'* 2013/8/30 Jose L Martinez-Avial jlm...@gmail.com: 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 with some dynamics attribues: s:textfield name=userName3