Re: Jump to given page with x:dataTable

2005-08-02 Thread Mathias Broekelmann
When the action of your button is invoked get the current value of the first property of the datatable. You can use binding for this. You have to store this value somewhere and by using a value binding for the first property of the datatable it is possible to provide an inital value (your stored

RE : Jump to given page with x:dataTable

2005-08-08 Thread Clément Maignien
attribute to bind the "first" property of a dataTable component ? Thanks, Clément. -Message d'origine- De : Mathias Broekelmann [mailto:[EMAIL PROTECTED] Envoyé : mardi 2 août 2005 10:20 À : MyFaces Discussion Objet : Re: Jump to given page with x:dataTable When the act

Re: RE : Jump to given page with x:dataTable

2005-08-08 Thread Mathias Broekelmann
ponent ? Thanks, Clément. -Message d'origine- De : Mathias Broekelmann [mailto:[EMAIL PROTECTED] Envoyé : mardi 2 août 2005 10:20 À : MyFaces Discussion Objet : Re: Jump to given page with x:dataTable When the action of your button is invoked get the current value of the first property o

RE : RE : Jump to given page with x:dataTable

2005-08-08 Thread Clément Maignien
TECTED] Envoyé : lundi 8 août 2005 10:47 À : MyFaces Discussion Objet : Re: RE : Jump to given page with x:dataTable Take a look into the javadoc for UIData. It´s just the integer value of the zero based row index for the first row of the table. The instance should be of java.lang.Integer.

Re: RE : RE : Jump to given page with x:dataTable

2005-08-08 Thread Mathias Broekelmann
[EMAIL PROTECTED] Envoyé : lundi 8 août 2005 10:47 À : MyFaces Discussion Objet : Re: RE : Jump to given page with x:dataTable Take a look into the javadoc for UIData. It´s just the integer value of the zero based row index for the first row of the table. The instance should be of java.lang.In

RE : RE : RE : Jump to given page with x:dataTable

2005-08-08 Thread Clément Maignien
this but still don't know how ... Did someone did it ? Thanks, Clément. -Message d'origine- De : Mathias Broekelmann [mailto:[EMAIL PROTECTED] Envoyé : lundi 8 août 2005 13:32 À : MyFaces Discussion Objet : Re: RE : RE : Jump to given page with x:dataTable Most of the value b

RE : RE : RE : RE : Jump to given page with x:dataTable

2005-08-09 Thread Clément Maignien
>inital value (your stored value) for that: >> >> >> Sorry again and thank you Mathias. Clément (ashamed). -Message d'origine- De : Clément Maignien Envoyé : lundi 8 août 2005 15:10 À : MyFaces Discussion Objet : RE : RE : RE : Jump to given page with x:dataTa