Re: How do I get the Method EL Expression of actionListener in JSF 2.0?

2011-02-11 Thread Rudy De Busscher
Hi Leonardo, Thanks for pointing me into a direction for a solution. Try it as soon as I have time for it. Thx Rudy. On 11 February 2011 06:38, Leonardo Uribe lu4...@gmail.com wrote: Hi Sorry for the late response. The problem is jsp uses UICommand.setActionListener method, but in

[extval] inner validation

2011-02-11 Thread Walter Mourão
Hi folks, does extval apply validation in inner beans ? for example tr:inputText value=#{myBean.innerBean.theField}/ will the validation occurs in 'theField' ? I've made a simple try and it looks it does not work. If you say it should work, I will try hard. Thanks, Walter Mourão

Re: [extval] inner validation

2011-02-11 Thread Gerhard
hi walter, yes it works. they aren't treated differently. - see e.g. [1] btw. [2] regards, gerhard [1] https://svn.apache.org/repos/asf/myfaces/extensions/validator/trunk/examples/feature-set_01/ [2]

RE: [TRINIDAD] ValueChangeListener of tr:selectOneChoice invoked multiple times

2011-02-11 Thread Gururaj, Sandeep
Hello All, I was not sure if I posted my previous mail to the right forum. Thanks ~Sandeep -Original Message- From: Gururaj, Sandeep [mailto:sandeep.guru...@in.pega.com] Sent: Thursday, February 10, 2011 4:31 PM To: users@myfaces.apache.org Subject: [TRINIDAD]

Re: [TRINIDAD] ValueChangeListener of tr:selectOneChoice invoked multiple times

2011-02-11 Thread Cédric Durmont
Hello, I'm sorry but I never ran into that issue... Two possible reasons come to mind : - what's the scope of your bean ? I'm not sure what exactly happens if the bean is request-scoped - can you post the code of your page ? Maybe it's worth checking if you don't have duplicate ids or if

RE: [TRINIDAD] ValueChangeListener of tr:selectOneChoice invoked multiple times

2011-02-11 Thread Gururaj, Sandeep
Thanks for your inputs. I will check that. I am sure of not having duplicate ids. I am not sure about something that could generate multiple refreshes because the same code works perfectly fine with Trinidad 1.0.10 jars. Thanks ~Sandeep -Original Message- From: Cédric

RE: Trinidad 2.0

2011-02-11 Thread Michael Gitelman
Hi Scott, Thank you. I could wait until Tuesday or Wednesday. I would appreciate if you let me know when the latest binaries are available. The bad news is that I tried my code against MyFaces implementation instead of Mojarra and got the same results. Any thought? Best regards,

Re: Trinidad 2.0

2011-02-11 Thread Scott O'Bryan
Not unless MyFaces has the same issue.. It's now looking more like thurs. We're waiting for a fix.. The issue I fixed, just FYI was a problem with using facelets. Without getting too technical, Facelets allows you to add multiple values per facet. To maintain compatibility, it wraps these