[COMMUNITY] MyFaces += Jan-Kees van Andel

2009-02-25 Thread Matthias Wessendorf
The Myfaces PMC is proud to announce a new addition to our community. Please welcome Jan-Kees van Andel as the newest MyFaces committer! Jan-Kees is an active member of the myfaces community, especially in the myfaces 2.0 section of the code @Jan-Kees: Please add yourself to the Master-POM at htt

Re: How to reset an apache trinidad row selection

2009-02-25 Thread alex01130
Dear Walter, I thank you very much for your help. Alex - Original Message - From: Walter Mourão To: MyFaces Discussion Sent: Thursday, February 26, 2009 12:26 AM Subject: Re: How to reset an apache trinidad row selection public void conteinerSelectionListener(Selectio

Trinidad Launch Dialog question on IE7

2009-02-25 Thread pdt_p
Hi.. I have a page where it required opening dialog for more than 1 window. This is the situation: Page1.jspà Dialog1.jsp à Dialog11.jsp For each page it does have a command button which will launching a dialog through “dialog:” and “useWindow=true”. The commandbutton is working fine. Everytim

Re: How to reset an apache trinidad row selection

2009-02-25 Thread Walter Mourão
public void conteinerSelectionListener(SelectionEvent event){ final CoreTable table=(CoreTable)event.getComponent(); table.setRowIndex(-1); table.getSelectedRowKeys().clear(); } Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://orien

How to reset an apache trinidad row selection

2009-02-25 Thread alex01130
My Problem is, I'd like to reset /uncheck the select radio button of a tr:table inside the selectionListener procedure. Any ideas how perform this? Thanks in advance alex01130

Re: [Trinidad] Using skinning

2009-02-25 Thread Andrew Robinson
Please read the thread before replying, that question was already asked and responded to On Wed, Feb 25, 2009 at 8:51 AM, Richard Yee wrote: > Do you have tr:document in your page? > > -R > > Sent from my iPhone > > On Feb 25, 2009, at 7:28 AM, Lars Vogel wrote: > > Thank you. > > I assume you m

Re: [Trinidad] Problems Configuring Application for Use with MyFaces Trinidad and Facelets

2009-02-25 Thread Stefan Fassel
I was using the older EL Libraries for conformity with Java 1.4. The newest Version of those JARs ist producing again the same faulty behaviour as before. Ill look into the logging issue. Thanks S.Fassel Richard Yee wrote: Stefan, Why don't you try the newer EL library out and see if that f

Re: [Trinidad] Using skinning

2009-02-25 Thread Richard Yee
Do you have tr:document in your page? -R Sent from my iPhone On Feb 25, 2009, at 7:28 AM, Lars Vogel wrote: Thank you. I assume you meant "trinidad-skins.xml"? I did the change in trinidad-skins.xml and it still the style sheet is not used. 2009/2/25 Rafa Pérez Try changing in you

Re: [Trinidad] Using skinning

2009-02-25 Thread Lars Vogel
Thank you. I assume you meant "trinidad-skins.xml"? I did the change in trinidad-skins.xml and it still the style sheet is not used. 2009/2/25 Rafa Pérez > Try changing in you trinidad-config.xml > > skins/aqua/aqua.css > > to > > /skins/aqua/aqua.css > > HTH, >

Re: [Trinidad] Problems Configuring Application for Use with MyFaces Trinidad and Facelets

2009-02-25 Thread Richard Yee
Stefan, Why don't you try the newer EL library out and see if that fixes the problem. If that is the case, then you would isolate the problem to the EL libraries. Do you have all of the logs turned on to DEBUG? -R Stefan Fassel wrote: Using the 1.1.14 Libs did not help - the Problem is the

Re: [Trinidad] Problems Configuring Application for Use with MyFaces Trinidad and Facelets

2009-02-25 Thread Stefan Fassel
Using the 1.1.14 Libs did not help - the Problem is the same as before. As I have said earlier I have to use an earlier Version of the el-api and el-ri jars They are from facelets 1.0.1 as suggested in this Article: http://forums.java.net/jive/thread.jspa?messageID=154133 I have already consul

Re: [Trinidad] Problems Configuring Application for Use with MyFaces Trinidad and Facelets

2009-02-25 Thread Richard Yee
Check the trinidad wiki. I think you need to upgrade to facelets 1.1.14 -R Sent from my iPhone On Feb 25, 2009, at 5:15 AM, Stefan Fassel wrote: Hello I am having Problems porting a small functioning MyFaces Core Page to Trinidad. To make the rendering of the Trinidad-based xhtml Page w

Re: [Trinidad] Problems Configuring Application for Use with MyFaces Trinidad and Facelets

2009-02-25 Thread Stefan Fassel
For simplicity reasons I am currently developing with an 1.5 JDK. I have allready noticed this compatibility problem with 1.4 - this will be an issue later on. So the problem occurs on Java 1.5 at the moment. S.Fassel Matthias Wessendorf wrote: There is a wiki page for Trinidad and JDK 1.4:

Re: [Trinidad] Problems Configuring Application for Use with MyFaces Trinidad and Facelets

2009-02-25 Thread Matthias Wessendorf
There is a wiki page for Trinidad and JDK 1.4: http://wiki.apache.org/myfaces/Trinidad_and_JDK_1.4 Perhaps that helps you -M On Wed, Feb 25, 2009 at 2:15 PM, Stefan Fassel wrote: > Hello > > I am having Problems porting a small functioning MyFaces Core Page to > Trinidad. > > To make the render

[Trinidad] Problems Configuring Application for Use with MyFaces Trinidad and Facelets

2009-02-25 Thread Stefan Fassel
Hello I am having Problems porting a small functioning MyFaces Core Page to Trinidad. To make the rendering of the Trinidad-based xhtml Page work I have added the Default Render Kit ID: org.apache.myfaces.trinidad.core and removed the Facelets View Handler: from faces-config.xml After this

Re: [TRINIDAD] Link broken in site

2009-02-25 Thread Matthias Wessendorf
there are some other problems on the site build. I did some commits right now. I hope to have the site "back" during the next days. -M On Wed, Feb 25, 2009 at 9:20 AM, Rafa Pérez wrote: > Hi all. > > This link seems to be broken > > http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_inp

[TRINIDAD] Link broken in site

2009-02-25 Thread Rafa Pérez
Hi all. This link seems to be broken http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_inputFile.html should I file a bug? Regards, -- Rafa