Re: MyFaces binding problem with HtmlSelectOneMenu/SelectOneChoice

2010-01-26 Thread Michael Kurz
Hi Simon, as you already have noticed, a component binding is not the right place to get the value of a component. The reason is simple: on a postback (submit) the component binding setter is called in the restore view phase where the value of the component is not yet set. In this phase not

[OFFTOPIC] JSFDays 2010 Vienna

2010-01-26 Thread Gerhard Petracek
Hi all, we'd like to invite you to come to a JSF conference in Vienna, Austria from 23rd-25th of February. The program is packed with the latest and greatest information about JSF 2.0 and the new versions of the major component libraries as well as extensions. It will be worthwhile for you as a

Re: problem using myfaces-core-2.0.0-SNAPSHOT + myfaces-orchestra20-1.5-SNAPSHOT

2010-01-26 Thread Edmond B. Mulemangabo
Hello Matthias, On 01/21/2010 09:53 AM, Matthias Wessendorf wrote: Ok, good to know. Quick follow-up: Does it work with the RI/Mojarra ? No , it doesn't. As you might have noticed looking at the FAQ, the current version of Trinidad might be part of the problem. If so, do you mind to

Re: MyFaces binding problem with HtmlSelectOneMenu/SelectOneChoice

2010-01-26 Thread Mark Struberg
Just in case it helps, I'm also having problems with HtmlSelectOne: This used to work until last week. Leonardos patch in MYFACES-2356.3 fixes this problem. I'd say this is a blocker for the beta release... LieGrue, strub 2010-01-26 13:25:27.623:WARN::/reservation-fe/reservationRequest.jsf

Antwort: Customizing scroller by using t:dataTable with t:dataScroller

2010-01-26 Thread Klaus SCHUSTER
I tried to get the UIData.getFirst() for the first index. this is ok, but there is no chance to get the right index of the collection if the data is sorted again. Is there any action event on clicking the row subject for sorting? Klaus SCHUSTER schus...@racon-linz.at 22.01.2010 07:27 Bitte

Re: MyFaces binding problem with HtmlSelectOneMenu/SelectOneChoice

2010-01-26 Thread Michael Kurz
Yeah, this is the same I got. Should be fixed with the patch. - Michael Am 26.01.2010 13:54, schrieb Mark Struberg: Just in case it helps, I'm also having problems with HtmlSelectOne: This used to work until last week. Leonardos patch in MYFACES-2356.3 fixes this problem. I'd say this is a

Re: Customizing scroller by using t:dataTable with t:dataScroller

2010-01-26 Thread Jakob Korherr
Hi Klaus, I'm not sure if I understand your problem. What index do you need? The index of the first item, which is currently displayed? Please provide a little bit more information about the problem, maybe also a JSP snippet. Regards, Jakob 2010/1/26 Klaus SCHUSTER schus...@racon-linz.at I

Antwort: Re: Customizing scroller by using t:dataTable with t:dataScroller

2010-01-26 Thread Klaus SCHUSTER
Hi jakob, thanks for the reply. I need the index of the collection, of the first shown element on the page. If I navigate to the 3rd page of the dataTable, the UIData.getFirst() gives me the index of the first shown item in the Collection from the 3rd page. This works well, but I can sort the

[Announce] Release of Apache MyFaces Trinidad 1.2.13

2010-01-26 Thread Matthias Wessendorf
The Apache MyFaces Trinidad team is pleased to announce the release of Apache MyFaces Trinidad Core 1.2.13. Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library. Trinidad Core 1.2.13 is available in both binary and source distributions: *