AW: Using Trinidad under Java 1.4?

2007-04-24 Thread Böhringer Jochen
provide me that build? Best regards Jochen Von: Arnaud Mergey [mailto:[EMAIL PROTECTED] Hi, retroweaver works with trinidad, but you need to put this class in your classpath Gary VanMatre wrote: From: Böhringer Jochen [EMAIL PROTECTED] Hello, I am doing

AW: [Graduation] Trinidad voted out of Incubator

2007-04-23 Thread Böhringer Jochen
Thanks to all Trinidad commiters for the great work you have done. Congratulations! It's also a huge milestone for all of us using Trinidad. It's lot easier to convince customers of building their application based on Trinidad as it is now an official Apache project. Best regards, Jochen

Serving dynamic image using Trinidad?

2007-02-28 Thread Böhringer Jochen
Hello, I have a page which includes two images. But the two images are not deployed with the application. They are created at runtime depending on the user's input. I can see two options how to include them in my page: 1.) Store them temporarily on the disk of the server in the webpath and

AW: Using Struts-Faces with Trinidad and MyFaces?

2007-02-12 Thread Böhringer Jochen
PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Matthias Wessendorf Gesendet: Montag, 12. Februar 2007 10:46 An: MyFaces Discussion Cc: adffaces-user@incubator.apache.org; Böhringer Jochen Betreff: Re: Using Struts-Faces with Trinidad and MyFaces? Hello Jochen, since you are able to read German

AW: [Trinidad] using t:saveState

2006-12-27 Thread Böhringer Jochen
Hello Adam, You mentioned that you have fixed the issue. The latest snapshot on http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/trinid ad/trinidad-impl/incubator-m1-SNAPSHOT/ is dated to 20th of december and your mail is from 21st. So does this build already contain your

AW: Set background color of row in Trinidad Treetable for specific rows

2006-12-08 Thread Böhringer Jochen
it. .p_OraTreeRow { background-color: #someColor; } (You add the above definition in your own skin style sheet of course) Dzenan Causevic Software Web Developer NaviSite, Inc. Syracuse, NY (315) 453-2912 x5346 -Original Message- From: Böhringer Jochen [mailto:[EMAIL PROTECTED] Sent: Friday

AW: Set background color of row in Trinidad Treetable for specific rows

2006-12-08 Thread Böhringer Jochen
Nachricht- Von: Böhringer Jochen [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 8. Dezember 2006 17:33 An: adffaces-user@incubator.apache.org Betreff: AW: Set background color of row in Trinidad Treetable for specific rows Thanks for the hint, but I only want to highlight special rows in my tree

Trinidad Table: Disable selection for a row

2006-12-08 Thread Böhringer Jochen
Hello, is it possible to have a Trinidad Table with rowSelection attribute set to 'multiple' and disable the selection checkbox for some of the rows in the table? Regards Jochen

PPR and JavaScript inside a component

2006-12-06 Thread Böhringer Jochen
Hello, I have written a component which allows drag and drop. Inside the component's renderer I output some javascript like this one: script language=JavaScriptnew Dojo.dnd.AjaxDragSource(dojo.byId(csf:treeTableId:1:_id39), *, 154, csf:treeTableId:1:_id39, clientValue);/script The Javascript

AW: Duplicated clientIds in Components embedded in Trinidad TreeTable

2006-12-05 Thread Böhringer Jochen
Done: ADFFACES-319 Agreed. It's not obvious why you're having problems. -- Adam On 12/4/06, Martin Marinschek [EMAIL PROTECTED] wrote: Hi Jochen, interesting - you should file this as an issue - I do think that all components should be able to be embedded in a trinidad tree, if this

AW: Does TreeTable support multiple root nodes?

2006-12-05 Thread Böhringer Jochen
Does the TreeTable component support multiple root nodes ? It would be great if it would. Any information/workaround about this matter is welcomed. /Sabina Hello Sabina, From the Trinidad Tag documentation: Unlike the Tree component, TreeTable only supports single rooted hierarchies:

UIXComponetBase#findComponent() does not find components inside a TreeTable

2006-12-05 Thread Böhringer Jochen
Hello, I am developing custom components to support drag and drop. This components are based on the Trinidad PPR capabilities and Dojo for the drag and drop rendering. I have one Draggable component and a DropZone component. If a Draggable component is dropped on a DropZone component the

AW: Duplicated clientIds in Components embedded in Trinidad TreeTable

2006-12-04 Thread Böhringer Jochen
As far as I can see, your code should work properly. There is really no magic involved here - getClientId() will get the id of the parent-container, and the tree will probably (if it works the same as the dataTable) just assign a row-based id to the component. Should work IMHO! Hello Martin, I

Duplicated clientIds in Components embedded in Trinidad TreeTable

2006-12-01 Thread Böhringer Jochen
Hello, It's the first time I'm developing an own component, so I think my problems have a very simple solution. I want to develop a component for drag and drop using the dojo toolkit. But my component is by now very simple. It only renders a div Tag around its children. The component is

AW: Duplicated clientIds in Components embedded in Trinidad TreeTable

2006-12-01 Thread Böhringer Jochen
I have forgotten to mention my environment: Trinidad built from svn about five weeks ago. MyFaces 1.1.5 Snapshot, Facelets 1.1.11. Regards Jochen

AW: Define Trinidad navigation in faces-config.xml using action methods instead of outcomes

2006-11-09 Thread Böhringer Jochen
through its properties. As for the required icon, you can hide it easily by adding the following stylesheet: .AFRequiredIconStyle {display:none;} On 11/8/06, Böhringer Jochen [EMAIL PROTECTED] wrote: Hello, I have adapted the example from the Trinidad documentation (http

Re: CSS for Skin not included in generated html output using Trinidad head/Tomahawk 1.1.5 nightly/myfaces 1.1.5 nightly/facelets 1.1.11

2006-11-08 Thread Böhringer Jochen
- trh:styleSheet if neither of the previous two are possible -- Adam On 11/7/06, Böhringer Jochen [EMAIL PROTECTED] wrote: Hello Trinidad users, I try to develop an application using the Trinidad capabilities. But the Trinidad Filter does not include the necessary css definitions to render the skins

AW: Trinidad: Add command links with image to a table column without wrapping the line

2006-11-08 Thread Böhringer Jochen
This worked :-) I am completely new to Trinidad so sorry for all my dumb questions and many thanks for your help! -Ursprüngliche Nachricht- Von: Adam Winer [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 8. November 2006 17:57 An: adffaces-user@incubator.apache.org Betreff: Re: Trinidad:

Define Trinidad navigation in faces-config.xml using action methods instead of outcomes

2006-11-08 Thread Böhringer Jochen
Hello, I have adapted the example from the Trinidad documentation (http://incubator.apache.org/adffaces/devguide/navigation.html) about Navigation to fit my needs, but I have one major problem. I want to use the approach to have the navigation hierarchy configured in the facelets-config.xml

CSS for Skin not included in generated html output using Trinidad head/Tomahawk 1.1.5 nightly/myfaces 1.1.5 nightly/facelets 1.1.11

2006-11-07 Thread Böhringer Jochen
Hello Trinidad users, I try to develop an application using the Trinidad capabilities. But the Trinidad Filter does not include the necessary css definitions to render the skins. Also the command Buttons are not rendered as image buttons as defined in the skin definition. They are

RE: Problem combining trinidad and facelets

2006-10-06 Thread Böhringer Jochen
anymore. I don't know why, but this might fix it for you too. Regards, Elias Böhringer Jochen schreef: Hello, If I setup Trinidad and Facelets and try to execute the following xhtml file I get a ClassCastException (see below). This is caused by the usage of the c:forEach Tag I think. So I

Problem combining trinidad and facelets

2006-09-29 Thread Böhringer Jochen
Hello, If I setup Trinidad and Facelets and try to execute the following xhtml file I get a ClassCastException (see below). This is caused by the usage of the c:forEach Tag I think. So I tried to switch to ui:repeat but with a similar exception (see below). I am using

AW: Problem combining trinidad and facelets

2006-09-29 Thread Böhringer Jochen
, Why do you use a c:foreach in the navigationPane? You should use nodeStamp instead. I think this iswhat iscausing your problem. Regards, ~ Simon On 9/29/06, Böhringer Jochen [EMAIL PROTECTED] wrote: Hello, If I setup Trinidad and Facelets and try to execute