[jira] Created: (TOMAHAWK-861) t:tree2 use Ajax for expand nodes

2007-01-17 Thread Dave (JIRA)
t:tree2 use Ajax for expand nodes --- Key: TOMAHAWK-861 URL: https://issues.apache.org/jira/browse/TOMAHAWK-861 Project: MyFaces Tomahawk Issue Type: New Feature Components: Tree2 Affects

[jira] Created: (TOMAHAWK-862) Allow native ajax support or a4j compatability in schedule component

2007-01-17 Thread Michael Dowey (JIRA)
Allow native ajax support or a4j compatability in schedule component Key: TOMAHAWK-862 URL: https://issues.apache.org/jira/browse/TOMAHAWK-862 Project: MyFaces Tomahawk

[jira] Created: (TOMAHAWK-863) Allow an entry or entries to be defined visually on the schedule and then the parameters of thos entries posted to the server.

2007-01-17 Thread Michael Dowey (JIRA)
Allow an entry or entries to be defined visually on the schedule and then the parameters of thos entries posted to the server. -- Key: TOMAHAWK-863

Re: datatable sortable order problem for non english languages

2007-01-17 Thread Catalin Kormos
Hi there, If you look in the org.apache.myfaces.component.html.ext.SortableModel (inner class Comp), the default comparator that is used to sort the values in a given column, will compare the values as Comparable if they implement that interface, if not it will compare them as simple strings,

Re: datatable sortable order problem for non english languages

2007-01-17 Thread Catalin Kormos
Hi there, If you look in the org.apache.myfaces.component.html.ext.SortableModel(inner class Comp), the default comparator that is used to sort the values in a given column, will compare the values as Comparable if they implement that interface, if not it will compare them as simple strings,

MyFaces PMC += (Bernd, Gerald, Volker)

2007-01-17 Thread Manfred Geiler
Please welcome our new MyFaces PMC members Bernd Bohmann, Gerald Muellan and Volker Weber! Bernd, Gerald and Volker have been well known MyFaces contributors and committers for some time and helped out on many places within the MyFaces world (Ajax, Tobago, ...) Therefore last week there was a

Re: MyFaces PMC += (Bernd, Gerald, Volker)

2007-01-17 Thread Mario Ivankovits
Hi! Please welcome our new MyFaces PMC members Bernd Bohmann, Gerald Muellan and Volker Weber! Welcome! Therefore last week there was a vote to invite them to the MyFaces Project Management Committee (PMC) and both have accepted. both? I am curious ... Which of them is a single person with

Re: MyFaces PMC += (Bernd, Gerald, Volker)

2007-01-17 Thread Gerald Müllan
Many thanks for the upgrade to PMC status. I am very glad to be aboard. cheers, Gerald On 1/17/07, Manfred Geiler [EMAIL PROTECTED] wrote: Please welcome our new MyFaces PMC members Bernd Bohmann, Gerald Muellan and Volker Weber! Bernd, Gerald and Volker have been well known MyFaces

Re: MyFaces PMC += (Bernd, Gerald, Volker)

2007-01-17 Thread Cagatay Civici
Congrats to all, regards, Cagatay On 1/17/07, Gerald Müllan [EMAIL PROTECTED] wrote: Many thanks for the upgrade to PMC status. I am very glad to be aboard. cheers, Gerald On 1/17/07, Manfred Geiler [EMAIL PROTECTED] wrote: Please welcome our new MyFaces PMC members Bernd Bohmann,

Re: MyFaces PMC += (Bernd, Gerald, Volker)

2007-01-17 Thread Manfred Geiler
Therefore last week there was a vote to invite them to the MyFaces Project Management Committee (PMC) and both have accepted. both? I am curious ... Which of them is a single person with dual identity in reality? ;-) Damn, you detected my weak point: counting sets with more than 2 elements

Re: datatable sortable order problem for non english languages

2007-01-17 Thread Tomislav Jakopec
Hi! I look the code and try something public int compare(Object o1, Object o2) { int index1 = ((Integer) o1).intValue(); int index2 = ((Integer) o2).intValue(); _model.setRowIndex(index1);

RE: BUG: Ui component instance different for renderer decode and encode methods?

2007-01-17 Thread Gary VanMatre
From: Dan Diodati [EMAIL PROTECTED] Thanks for the reply, but I'm still not sure if this is correct. My component is correctly implementing the save and restore methods(I do see these methods being invoked by jsf). Although if I set some new values on the component within the renderer's

RE: BUG: Ui component instance different for renderer decode and encode methods?

2007-01-17 Thread Dan Diodati
Ah I am using the action + outcome navigation. Currently it is returning an outcome then end up rerouting to the same page. So you are saying that if I do not have a matching outcome for returning back to the same page it will end up restoring the state correct? Thanks for all your help Gary

RE: BUG: Ui component instance different for renderer decode and encode methods?

2007-01-17 Thread Gary VanMatre
From: Dan Diodati [EMAIL PROTECTED] Ah I am using the action + outcome navigation. Currently it is returning an outcome then end up rerouting to the same page. So you are saying that if I do not have a matching outcome for returning back to the same page it will end up restoring the state

Re: MyFaces PMC += (Bernd, Gerald, Volker)

2007-01-17 Thread Volker Weber
Hi *, 2007/1/17, Gerald Müllan [EMAIL PROTECTED]: Many thanks for the upgrade to PMC status. I am very glad to be aboard. me too! :-) On 1/17/07, Manfred Geiler [EMAIL PROTECTED] wrote: Please welcome our new MyFaces PMC members Bernd Bohmann, Gerald Muellan and Volker Weber! Bernd,

[jira] Created: (MYFACES-1523) An HTTP GET with parameters is mistakenly handled like a postback request

2007-01-17 Thread Giampaolo Tomassoni (JIRA)
An HTTP GET with parameters is mistakenly handled like a postback request - Key: MYFACES-1523 URL: https://issues.apache.org/jira/browse/MYFACES-1523 Project: MyFaces Core

Re: datatable sortable order problem for non english languages

2007-01-17 Thread Catalin Kormos
Hi, The Jira issue tracker for Tomahawk you can find at http://issues.apache.org/jira/browse/TOMAHAWK . It should be pretty straightforward after you sign up, if you don't have an account there already, to create a new issue. Not much to worry about. I'm running a little to short on time right

why can't state saving using serializable??

2007-01-17 Thread Dan Diodati
When creating custom UI Component you have to implement the saveState and restoreState methods. I'm just curious the reason for this, since couldn't the jsf state mangement handle serializing a UIComponent(assuming it implements serializable) using java's object serializing support? I just want

Re: why can't state saving using serializable??

2007-01-17 Thread Gary VanMatre
From: Dan Diodati [EMAIL PROTECTED] When creating custom UI Component you have to implement the saveState and restoreState methods. I'm just curious the reason for this, since couldn't the jsf state mangement handle serializing a UIComponent(assuming it implements serializable) using java's

[jira] Created: (TOBAGO-246) Restructure tobago-example-demo

2007-01-17 Thread Udo Schnurpfeil (JIRA)
Restructure tobago-example-demo --- Key: TOBAGO-246 URL: https://issues.apache.org/jira/browse/TOBAGO-246 Project: MyFaces Tobago Issue Type: Task Reporter: Udo Schnurpfeil Assigned To: Udo

[jira] Created: (TOBAGO-247) Example for Error Handling

2007-01-17 Thread Udo Schnurpfeil (JIRA)
Example for Error Handling -- Key: TOBAGO-247 URL: https://issues.apache.org/jira/browse/TOBAGO-247 Project: MyFaces Tobago Issue Type: Task Reporter: Udo Schnurpfeil Fix For: 1.0.10 --

[jira] Created: (TOBAGO-248) Example for Page Transitions

2007-01-17 Thread Udo Schnurpfeil (JIRA)
Example for Page Transitions Key: TOBAGO-248 URL: https://issues.apache.org/jira/browse/TOBAGO-248 Project: MyFaces Tobago Issue Type: Task Reporter: Udo Schnurpfeil Assigned To: Udo

[jira] Created: (TOMAHAWK-864) Sorting by locale in FacesContext for strings (SortableModel)

2007-01-17 Thread Tomislav Jakopec (JIRA)
Sorting by locale in FacesContext for strings (SortableModel) - Key: TOMAHAWK-864 URL: https://issues.apache.org/jira/browse/TOMAHAWK-864 Project: MyFaces Tomahawk Issue Type: New

Re: datatable sortable order problem for non english languages

2007-01-17 Thread Tomislav Jakopec
hi I was succesfully log in jira and post issue. -- View this message in context: http://www.nabble.com/datatable-sortable-order-problem-for-non-english-languages-tf3019397.html#a8425747 Sent from the My Faces - Dev mailing list archive at Nabble.com.

Re: datatable sortable order problem for non english languages

2007-01-17 Thread Catalin Kormos
Hi, Ok, i see TOMAHAWK-864 now. Thanks. Regards, Catalin On 1/18/07, Tomislav Jakopec [EMAIL PROTECTED] wrote: hi I was succesfully log in jira and post issue. -- View this message in context: