RE: Using t:dataList with Ajax4JSF

2008-04-21 Thread Matt.Rossner-prest
Objet : Re: Using t:dataList with Ajax4JSF Hi Matt, attention - your fix will not always work as expected. What you effectively do is you evaluate the value-binding once, and then set the retrieved value locally. So the value-binding will only be evaluated on the _first_ request. You should also

Re: Using t:dataList with Ajax4JSF

2008-04-11 Thread Martin Marinschek
Just tested and it works fine for me. De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 avril 2008 15:35 À : users@myfaces.apache.org Objet : RE: Using t:dataList with Ajax4JSF Ok I found the problem already, this would appear

Using t:dataList with Ajax4JSF

2008-04-10 Thread Matt.Rossner-prest
Hi, I have a small problem with t:dataList and Ajax4JSF. I'm going to step through this in the debugger soon but maybe someone's already encountered this. I have a t:dataList like so: t:dataList id=dataList var=element value=#{mbDataList.folderList} layout=unorderedList

RE: Using t:dataList with Ajax4JSF

2008-04-10 Thread Matt.Rossner-prest
so I'm not sure what the process is for that. De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 avril 2008 15:23 À : users@myfaces.apache.org Objet : Using t:dataList with Ajax4JSF Hi, I have a small problem with t:dataList

RE: Using t:dataList with Ajax4JSF

2008-04-10 Thread Matt.Rossner-prest
] [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 avril 2008 15:35 À : users@myfaces.apache.org Objet : RE: Using t:dataList with Ajax4JSF Ok I found the problem already, this would appear to be a bug with Tomahawk (as I have the source attached here). Looks like itemStyleClass was omitted from

Re: Using t:dataList with Ajax4JSF

2008-04-10 Thread Grant Smith
bug maybe? I haven't done so before so I'm not sure what the process is for that. -- *De :* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *Envoyé :* jeudi 10 avril 2008 15:23 *À :* users@myfaces.apache.org *Objet :* Using t:dataList with Ajax4JSF Hi, I