Re: [Trinidad] addDomReplaceListener

2009-08-31 Thread Mirco Attocchi
Thank you Walter, now I'm using: var requestQueue = TrPage.getInstance().getRequestQueue(); requestQueue.addStateChangeListener(myCallback2); function myCallback2(state) { var busy = state == TrRequestQueue.STATE_BUSY; if

Re: [Trinidad] 1.0.11 release candidate - please test

2009-08-31 Thread Matthias Wessendorf
On Wed, Aug 26, 2009 at 12:39 PM, Matthias Wessendorfmat...@apache.org wrote: ok, I will handle it, maybe already for 1.0.11. I marked this for 1.0.12. -Matthias Thanks for your help. I am keeping this testing mode open for the rest of the week, so that we can hit the VOTE next week.

Re: JSF PROBLEM WITH DUPLICATE COMPONENT ID.

2009-08-31 Thread Mike Kienenberger
Well, technically, you can have a jsf tag inside a jstl tag, but you have to insure that every jsf tag has a unique id per iteration of the jstl tag. But it's far easier to use jsf versions of the jstl tags. On Fri, Aug 28, 2009 at 4:59 PM, Richard Yeerichard.k@gmail.com wrote: The problem

t:inputCalendar causing error with tomahawk12-1.1.9.jar

2009-08-31 Thread Sansaricq Marcel-EMS002
Hello, I am in the process of updating an application which currently uses jsf1.1, My faces 1.1.4 and tomahawk 1.1.3 to jsf 1.2, My faces 1.2.7 and tomahawk 12-1.1.9 ( Also tried My faces 1.2.4 and tomahawk 12-1.1.7). One of the jsp pages is generating an error when I use the latest jsf 1.2