NullPointerException testing Trinidad 2.1.0

2014-01-24 Thread Cédric Durmont
I'm currently testing my trinidad 2.0.x app with Trinidad 2.1.0 / myfaces 2.1.14 I'm having an issue but I'm not sure if it's Trinidad's fault, or MyFaces (or mine !)... When returning from a dialog popup, I have a NullPointerException in UIComponentBase.java (myfaces, then) : protected Renderer g

Re: [TRINIDAD] JIRA tickets for next Trinidad release

2013-11-05 Thread Cédric Durmont
Hi Scott, As a Trinidad user, I apply the patches for these issues and compile my own version of Trinidad, so, it would be nice if you could commit those : TRINIDAD-2211 StateUtils$Saver illegally accessing private UIXComponentBase$ComponentSystemEventListenerWrapper TRINIDAD-2216 The partialSubmi

Re: PanelTabbed setting background image to tab

2013-04-30 Thread Cédric Durmont
Hi, 1/ Better do that in your Trinidad skin. Here's an example : af|panelTabbed::tab { background-image: url("unselected.png"); } af|panelTabbed::tab-selected { background-image: url("selected.png"); } 2/ If the datepicker is missing, maybe you haven't set up the Resource servlet in your

[Commit request] Trinidad-1107

2012-09-06 Thread Cédric Durmont
Hi, Could someone please consider commiting the patch in Trinidad-1107 ? I've been trying to have it accepted since january 2010... At least if you don't want to have that bug fixed, you might want to close the issue as "won't fix"... Regards, Cedric Durmont

Re: Double click issue in JSF on menu click!

2011-08-05 Thread Cédric Durmont
(disclaimer : I'm a regular user of Trinidad, not a dev team member) Does it happen in any case, or only when the focus is set on a field wich is autosubmit="true" ? I have the same issue with the latter : the blur event triggers a PPR and blocks subsequent events, so the menu (or whatever : button

Re: Problem with Trinidad's uploads

2011-05-31 Thread Cédric Durmont
Hi jitechno, Sorry you had such a bad experience. FYI, I just finished last week a small app with Trinidad2. It's a release/update manager, where I put my other software. I have successfully uploaded several files that where about 50Mb, all without a hitch. But in this project I don't use Tomahawk

Re: Blank check validator in Trinidad 1.2

2011-05-28 Thread Cédric Durmont
Hi Prathiv, The easiest way to customize the position of your message is to add simple="true" to your tr:inputText, then add a tr:message component, linked to the inputText. See the Trinidad component guide for more details. I can't find the selector keys for skinning the messages, but they do exis

Re: Myfaces js translation help

2011-02-04 Thread Cédric Durmont
Hi, Here's the French translation : MSG_TEST: "MessageTest", /*Messages*/ MSG_DEV_MODE: "Note : ce message n'est envoyé que parce que le projet est au stade de développement et " + "qu'aucun autre listener d'erreurs n'est enregistré.",

Re: [EXTVAL] translation help wanted

2011-02-03 Thread Cédric Durmont
French : wrong_date_not_before_or_same=La date doit être postérieure ou égale à {0} wrong_date_not_after_or_same=La date doit être antérieure ou égale à {0} Regards, Cedric Durmont 2011/2/2 Bruno Aranda : > Spanish: > wrong_date_not_before_or_same=La fecha tiene que ser posterior o igual a {0}

Re: Problem facing in Trinidad

2010-10-20 Thread Cédric Durmont
Hi Meghna, You can do the following to achieve this : ... viewAll is a boolean you declare in your bean of choice. Regards, Cedric 2010/10/20 Meghna Bharadwaj : > Hi dev, > I want the following functionality: > I am using trinidad table where there is a list of values displayed,

Re: [jira] Commented: (TRINIDAD-1870) tr:commandLink blocks tr:panelAccordion

2010-08-11 Thread Cédric Durmont
Sorry guys I can't tell before monday, I'm on holidays :/ 2010/8/10 Matthias Weßendorf (JIRA) : > >    [ > https://issues.apache.org/jira/browse/TRINIDAD-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896886#action_12896886 > ] > > Matthias Weßendo

Re: [Trinidad] Trinidad-2-beta release?

2010-08-07 Thread Cédric Durmont
2010/8/6 Matthias Wessendorf : > Hello, > If you have any issues/tickets that you think I need to wait for, lemme know. Have you checked TRINIDAD-1870 ? The fact that you actually can't mix some components (tested with panelAccordion and panelTabbed, but might impact other components as well) with

Re: IE8 MouseIcon Bug with inputDate

2010-06-01 Thread Cédric Durmont
Dunno if this can help the devs, but I experienced similar problems with tr:selectOneChoice vith a ValueChangeListener and autosubmit=true. IE would randomly "hang" when changing the value. FYI you can click on the address bar to un-freeze IE. 2010/6/1 Simon Kulessa : > Hello, > > I have a problem

Re: Trinidad Dialog Problem

2010-04-29 Thread Cédric Durmont
Is it required for you to use JSF2/Trinidad 2 ? Remember they're still alpha versions... The demo in 1.2.13 does work, but it might be broken in 2.0... If not, try with Trinidad 1.2.13, demo 1.2.13, and myfaces 1.2.x. Also try the online demo at http://www.irian.at/trinidad-demo/faces/index.jspx .

Re: [GSoc] Google Summer of Code Idea

2010-01-06 Thread Cédric Durmont
Excuse me to sneak in the conversation, but may I suggest that this html5 renderkit could be an opportunity to write a "table-less" renderkit, relying more on CSS ? I think this could lead to lighter html pages (with the default renderkit, you quickly end up with 5-10 nested tables without doing an

Re: [trinidad] Unresolved compilation problems

2009-08-17 Thread Cédric Durmont
r seen it not find > UIXDocument.It looks like you are getting the error at run time, not > compile time. What runtime environment are you using? > > On Mon, Aug 17, 2009 at 3:19 AM, Cédric Durmont wrote: >> Hi there, >> >> I'm sorry to bring a complete noob ques

[trinidad] Unresolved compilation problems

2009-08-17 Thread Cédric Durmont
Hi there, I'm sorry to bring a complete noob question, but I'm trying to build trinidad from svn (HEAD), with little success. Here is what I did : - checked out sources ( svn co http://svn.apache.org/repos/asf/myfaces/trinidad/trunk/ trinidad ) (I get revision 804902) - built/installed with maven