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: 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-29 Thread 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 with some dynamics >> attribues: >> >> >dojoType="dijit.form.FilteringSelect" >>theme="simple"

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: > > dojoType="dijit.form.FilteringSelect" >theme="simple" >store="comboStore" >sId="UserSelect2" >id="UserSelect2"