Re: [Orchestra] conversions and AJAX calls

2008-08-29 Thread Simon Kitching
Juza Petr schrieb: Hi Simon, I renamed "myfaces-orchestra-core-1.2.jar" to "before-na-orchestra-core.jar" and it helped! Thank you very much Simon. Where is implemented order of loading faces-config.xml files? Is it MyFaces feature only? It is not officially part of the JSF specification, but

[Trinidad] component like inputSuggestAjax?

2008-08-29 Thread Bruno Aranda
Hi, In a project where I use Trinidad (and unfortunately not tomahawk) we want to have a component similar to the s:inputSuggestAjax. Is there anything similar in the Trinidad library. What would you use instead? Thanks, Bruno

Re: [Trinidad] component like inputSuggestAjax?

2008-08-29 Thread Matthias Wessendorf
On Fri, Aug 29, 2008 at 10:14 AM, Bruno Aranda <[EMAIL PROTECTED]> wrote: > Hi, > > In a project where I use Trinidad (and unfortunately not tomahawk) we want > to have a component similar to the s:inputSuggestAjax. Is there anything no > similar in the Trinidad library. What would you use instead?

Problkem with AJAX suggest layout

2008-08-29 Thread Roland Asmann
Hi all! I'm using Tobago 1.0.12 and I'm having some problems with the layout of the AJAX suggest-list. I have an input field, located inside a cell that is scrollable. Now the problem is that when I indeed scroll the cell, the suggest-list remains at the original location. This means that some

Re: [Trinidad] component like inputSuggestAjax?

2008-08-29 Thread Bruno Aranda
Thanks Matthias, but what do you mean by a "sandbox component"? Bruno 2008/8/29 Matthias Wessendorf <[EMAIL PROTECTED]> > On Fri, Aug 29, 2008 at 10:14 AM, Bruno Aranda <[EMAIL PROTECTED]> > wrote: > > Hi, > > > > In a project where I use Trinidad (and unfortunately not tomahawk) we > want > > t

Re: [Trinidad] component like inputSuggestAjax?

2008-08-29 Thread Matthias Wessendorf
On Fri, Aug 29, 2008 at 10:47 AM, Bruno Aranda <[EMAIL PROTECTED]> wrote: > Thanks Matthias, but what do you mean by a "sandbox component"? Trinidad has a sandbox; perhaps adding a "inputSuggest" to the Trinidad sandbox would be cool (and a demo of how to use ajax-apis + doing custom Trinidad compo

Enums in MyFaces 1.2.2

2008-08-29 Thread Fintan Conway
Hi, I notice in the recent announcement that MyFaces 1.2.2 has fixed a bug where enums could not be handled. Could some provide me with examples where enums are handled? What are the components required? (Tomahawk / Sandbox). Any special converters / validators needed? I could not find exam

refresh behaviour feature when using PPR seems unclear, please clarify

2008-08-29 Thread wolfgang . toepfer
Hi, on the Trinidad demo on inputListOfValues http://www.irian.at/trinidad-demo/faces/components/inputListOfValues.jspx one can see that selecting different atomic values in a Trinidad pop dialogue and dating up the input field accordingly works perfectly fine. However, if one presses the bro

problem in displaying images that have been created runtime

2008-08-29 Thread orkun
hello I am creating some images at "runtime" with an JSF application. without encountering any problem. But when I try to display these images during runtime, setURL in backing beans displays nothing. what am I missing ? kind regards -- Ahmet Temiz Jeo. Müh. Afet İşleri Gen. Md.lüğü Deprem Ar

Re: [Trinidad] component like inputSuggestAjax?

2008-08-29 Thread Walter Mourão
Hi Bruno, take a look at: http://code.google.com/p/trinidadcomponents/ It is a bit buggy now but, since I added to a customer project, I will correct the bugs soon. Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Fri, Aug 29, 2008 at 5:14 AM, B

Re: [Trinidad] component like inputSuggestAjax?

2008-08-29 Thread Matthias Wessendorf
cool, can you link to that from the Trinidad wiki ? -M On Fri, Aug 29, 2008 at 1:49 PM, Walter Mourão <[EMAIL PROTECTED]> wrote: > Hi Bruno, take a look at: > > http://code.google.com/p/trinidadcomponents/ > > It is a bit buggy now but, since I added to a customer project, I will > correct the b

[Trinidad] TreeTable fires actionListener too often

2008-08-29 Thread Christian Poecher
Hi there, I introduced the trinidad components (1.0.8) in our project based on myfaces 1.1.5. Especially I wanted to use the TreeTable to show ordered data. The Tree starts like this:

Re: [Trinidad] TreeTable fires actionListener too often

2008-08-29 Thread Michael Meierhoff
Hallo, take a look at the generated id's of your h:commandLink component's. I think all commandLink has the same id's. Try to use the tr:commandLink. Then the problem should be away. Greetings Michael Meierhoff Christian Poecher schrieb: Hi there, I introduced the trinidad components (1

Re: [Trinidad] component like inputSuggestAjax?

2008-08-29 Thread Walter Mourão
It's done. http://wiki.apache.org/myfaces/Trinidad_third_party_components?action=show Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Fri, Aug 29, 2008 at 8:52 AM, Matthias Wessendorf <[EMAIL PROTECTED]>wrote: > cool, > > can you link to that from the Tri

Re: [Trinidad] TreeTable fires actionListener too often

2008-08-29 Thread Christian Poecher
Hello Michael, yes, I noticed also before that i had the same ids for my components and also suspected this was the issue. The usage of tr:commandLink instead of h:commandLink did the job. Thanks a bunch! Chris mime wrote: > > Hallo, > > take a look at the generated id's of your h:command

[Trinidad] refresh behaviour feature when using PPR seems unclear, please clarify

2008-08-29 Thread wolfgang . toepfer
Sorry I forgot to mention it;s on Trinidad see below, thanks [EMAIL PROTECTED] 29.08.2008 13:27 Bitte antworten an "MyFaces Discussion" An "MyFaces Discussion" Kopie Thema refresh behaviour feature when using PPR seems unclear, please clarify Hi, on the Trinidad demo on inputLis

labels and required indicators in column headers

2008-08-29 Thread Christian Other
When using a table/column/inputText combination, for example, how are people getting the inputText's label and required indicator into the column heading? I understand I can just place the expression for the label into the column's headerText attribute, but I won't get the required indicator, so

[Trinidad] labels and required indicators in column headers

2008-08-29 Thread Christian Hall
[oops...resending w/ proper subject] When using a table/column/inputText combination, for example, how are people getting the inputText's label and required indicator into the column heading? I understand I can just place the expression for the label into the column's headerText attribute, but

[Trinidad] dynamic skin selection pointer

2008-08-29 Thread Christian Other
Somewhere on the Web, there is an example of using an EL expression in the trinidad-config to select a skin family...something to the effect of: #{sessionScope.skinFamily} We had a session scoped bean called userContext that would provide such a thing and simply did this: #{sessionScop

RE: [Orchestra] conversions and AJAX calls

2008-08-29 Thread Juza Petr
Hello Simon, I tried latest patch and it works fine for previous problem but I found new one. AJAX calls mentioned in previous communication were for sorting and pagination of the table. When I want to search for new data of the data then AJAX call is little bit different - JSF lifecycle is exited