[TRINIDAD] ValueChangeListener of tr:selectOneChoice invoked multiple times

2011-02-10 Thread Gururaj, Sandeep
Hi All, I have recently applied Trinidad 1.2.13 jars in my application. Previously, I was using Trinidad 1.0.10. While testing my application, I find that the valueChangeListener for tr:selectOneChoice component is being invoked multiple times. I would like to know if anybody else has

RE: [TRINIDAD] Downloading Trinidad 1.2.13

2011-02-10 Thread Gururaj, Sandeep
I am not sure if I posted my earlier mail correctly. Hence, resending the same. ~Sandeep From: Gururaj, Sandeep Sent: Thursday, February 03, 2011 7:49 PM To: 'users@myfaces.apache.org' Subject: [TRINIDAD] Downloading Trinidad 1.2.13 Hi, I would like to download Trinidad

t:dataScroller question

2011-02-10 Thread vale_java_dev
Hi all! I explain my situation: I have to display a tipical dataTable with his dataScroller. Objects in the list are more complex and I try to load from db only data for the current page; for example: if I display 10 rows for page I will get from db only first, second, third, etc 10 records

Re: t:dataScroller question

2011-02-10 Thread Rudy De Busscher
Hi, You can have a look at this page. http://wiki.apache.org/myfaces/WorkingWithLargeTables regards Rudy. On 10 February 2011 14:35, vale_java_dev fabrizi_valent...@yahoo.it wrote: Hi all! I explain my situation: I have to display a tipical dataTable with his dataScroller. Objects in the

Re: [TRINIDAD] Downloading Trinidad 1.2.13

2011-02-10 Thread Bernd Bohmann
Hello, older releases are available in the archive http://archive.apache.org/dist/myfaces/binaries/ Regards Bernd On Thu, Feb 10, 2011 at 12:02 PM, Gururaj, Sandeep sandeep.guru...@in.pega.com wrote: I am not sure if I posted my earlier mail correctly. Hence, resending the same.

Tomahawk components' javascript are undefined

2011-02-10 Thread AMIR-TAHMASSEB Marc Kamran
Dear all, I have some of my Tomahawk component encounter problems to be displayed. More specificaly, components such as - t:inputFileUpload, - t:swapImage - t:popup - t:inputDate generate the following javascript error : Error: xxx_3AtoolsPopupPopup is undefined Error: SI_MM_swapImage is

Re: t:dataScroller question

2011-02-10 Thread vale_java_dev
Hi Rudy, at first thank you very much for your help! I tried with the code you suggest mebutI don't like it because if I click each page I will load the entire resultSet and this doesn't solve my problem. I would only 10 object in session because each object is too complex and composed

RE: Trinidad 2.0

2011-02-10 Thread Michael Gitelman
Hi, I come across and issue with the latest Trinidad release and would like to ask for expert advice. Below please find a snippet of the code that came with the Trinidad 2 beta demo. It works well in a jsp JSF page: ?xml version=1.0 encoding=iso-8859-1? !-- Licensed to the Apache Software

Re: Trinidad 2.0

2011-02-10 Thread Scott O'Bryan
Michael, I made a change in this recently to handle an incompatibility within the PanelCollectionModel and Mojarra running as a facelet. Are you using Mojarra? If so, this is quite possibly fixed in the latest trunk. Scott On 02/10/2011 09:28 AM, Michael Gitelman wrote: Hi, I come

RE: Trinidad 2.0

2011-02-10 Thread Michael Gitelman
Hi Scott, Thank you. Where do I find that latest trunk? Best regards, Michael Gitelman mgitel...@delphi-tech.com Experience, Innovation... Results. -Original Message- From: Scott O'Bryan [mailto:darkar...@gmail.com] Sent: Thursday, February 10, 2011 1:23 PM To:

RE: [TRINIDAD] Downloading Trinidad 1.2.13

2011-02-10 Thread Gururaj, Sandeep
Thank You ~Sandeep From: bernd.bohm...@googlemail.com on behalf of Bernd Bohmann Sent: Thu 2/10/2011 8:36 PM To: MyFaces Discussion Subject: Re: [TRINIDAD] Downloading Trinidad 1.2.13 Hello, older releases are available in the archive

RE: Trinidad 2.0

2011-02-10 Thread Michael Gitelman
Hi, I come across and issue with the latest Trinidad release and would like to ask for expert advice. Below please find a snippet of the code that came with the Trinidad 2 beta demo. It works well in a jsp JSF page: ?xml version=1.0 encoding=iso-8859-1? !-- Licensed to the Apache Software

Re: Trinidad 2.0

2011-02-10 Thread Scott O'Bryan
Well, you can retrieve the artifacts (via mvn) from https://repository.apache.org/content/repositories/snapshots or you can download the latest trunk by following the instructions here here: http://myfaces.apache.org/trinidad/source-repository.html Now, that said, it's likely I'll be

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

2011-02-10 Thread Leonardo Uribe
Hi Sorry for the late response. The problem is jsp uses UICommand.setActionListener method, but in facelets things are different. Look this class: http://svn.apache.org/repos/asf/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/ActionSourceRule.java If the target