Antwort: Trinidad 1.2.13: another upgrade problem: Now UIXCollection unserializable

2010-04-13 Thread wolfgang . toepfer
Forget this post, obviously this NPE is not a Trinidad problem but of our own changed backend .. ;) Best wishes Wolfgang wolfgang.toep...@pta.de 12.04.2010 16:35 Bitte antworten an MyFaces Discussion users@myfaces.apache.org An MyFaces Discussion users@myfaces.apache.org Kopie

Re: [Trinidad] Regarding PartialTriggers attribute

2010-04-13 Thread Stephen Connolly
On 12 February 2010 14:54, preeti agarwal preetiagarwa...@gmail.com wrote: Hi For our Application we wanted to raise partialTriggers based on three components. Accidentally till now we were using commas to separate them and it worked fine. tr:panelGroupLayout id=panelGroup#{count}

Cannot get tr:inputDate to work

2010-04-13 Thread Eisenträger , Tobias
Hello, I think I am missing a configuration, something for additional resources from ADF, but I cannot remember how to configure that, and where. The problem is that when I use the tr:inputDate from the example at: http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_inputDate.html

Re: Cannot get tr:inputDate to work

2010-04-13 Thread Matthias Wessendorf
does the vanilla demo work for you ? Did you register the TrindadFilter ? Did you add the renderKit (to faces-cfg) ? -M On Tue, Apr 13, 2010 at 11:23 AM, Eisenträger, Tobias tobias.eisentrae...@arag.de wrote: Hello, I think I am missing a configuration, something for additional resources

AW: Cannot get tr:inputDate to work

2010-04-13 Thread Eisenträger , Tobias
-Ursprüngliche Nachricht- Von: mwessend...@gmail.com [mailto:mwessend...@gmail.com] Im Auftrag von Matthias Wessendorf Gesendet: Dienstag, 13. April 2010 11:31 An: MyFaces Discussion Betreff: Re: Cannot get tr:inputDate to work does the vanilla demo work for you ? No, gives the

Re: [Trinidad] tree nodes not updating in expanded branch

2010-04-13 Thread Scott McMasters
I'd really appreciate a response. No one responded to my emails last week. Thanks On Mon, Apr 12, 2010 at 7:29 PM, Scott McMasters scott.mcmast...@gmail.comwrote: This is an xhtml document which reproduces the problem: tr:document xmlns:ui=http://java.sun.com/jsf/facelets;

restoreState problem in primefaces DataTable with MyFaces

2010-04-13 Thread Marcus Büttner
Hi, I have a problem with primefaces dataTable in combination with MyFaces. The DataTable restoreState method reads from state Object with index 4: Object[] savedState = (Object[]) ((Object[]) state)[4]; This causes an IndexOutOfBoundException. I've seen that Mojarra saves the state of

Re: restoreState problem in primefaces DataTable with MyFaces

2010-04-13 Thread Jakob Korherr
Hi Marcus, The spec does not say anything about the ordering of values in the state, so this is by all means a PrimeFaces bug. If PrimeFaces wants to use the state of the super class, it has to save and restore this state too, otherwise it accesses illegal data. Regards, Jakob 2010/4/13 Marcus

Re: restoreState problem in primefaces DataTable with MyFaces

2010-04-13 Thread Matthias Wessendorf
I agree, a lame bug -M On Tue, Apr 13, 2010 at 2:30 PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi Marcus, The spec does not say anything about the ordering of values in the state, so this is by all means a PrimeFaces bug. If PrimeFaces wants to use the state of the super class, it has

Re: restoreState problem in primefaces DataTable with MyFaces

2010-04-13 Thread Marcus Büttner
Ok, I suspected something like this. thx, Marcus Matthias Wessendorf schrieb: I agree, a lame bug -M On Tue, Apr 13, 2010 at 2:30 PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi Marcus, The spec does not say anything about the ordering of values in the state, so this is by all means

MyFaces JIRA users - please read

2010-04-13 Thread Matthias Wessendorf
From the incident report[1]: If you are a user of the Apache hosted JIRA, Bugzilla, or Confluence, a hashed copy of your password has been compromised. Thanks, -Matthias [1] - https://blogs.apache.org/infra/entry/apache_org_04_09_2010 -- Matthias Wessendorf blog:

[Trinidad] /ht appearing on rendered pages.

2010-04-13 Thread Mahajan, Umesh (Umesh)
Hi, I am using apache trinidad inside my xhtml page. In IE7 with German language I see ht at the bottom of all my web pages. My page code is as follows !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; ui:composition

Re: tobago partial rendering question

2010-04-13 Thread Volker Weber
Hi Michael, for actions used in partial rendering you should always return null! I the action returns a string than a full reload is made! I suggest using actionListener for partial actions. When rendering partially only the requested subview (plus the action component if outside) is processed

AW: Cannot get tr:inputDate to work

2010-04-13 Thread Eisenträger , Tobias
It's an older bug (in myfaces-core) - but maybe it's just misconfiguration - can anyone look into this maybe? Here's the issue: https://issues.apache.org/jira/browse/MYFACES-1794 -Ursprüngliche Nachricht- Von: Eisenträger, Tobias [mailto:tobias.eisentrae...@arag.de] Gesendet: