invoking a method of a bean

2006-04-05 Thread Benjamin Bratkus
hello users, i want to invoke a method for sorting a list in a managed bean of my app within another managed bean. can anyone give me a hint ? best regards, thanks in advance, ben

Re: invoking a method of a bean

2006-04-05 Thread Murat Hazer
Hi,Take a look to the examples in the myfaces source code (sortTable.jsp).(you can checkout the examples for SVN with any SVN client, http://myfaces.apache.org/source-repository.html )regards...On 4/5/06, Benjamin Bratkus [EMAIL PROTECTED] wrote: hello users,i want to invoke a method for sorting a

AW: invoking a method of a bean

2006-04-05 Thread Matthias Kahlau
You may also want to take a look at http://wiki.apache.org/myfaces/AccessingOneManagedBeanFromAnother -Matthias -Ursprüngliche Nachricht-Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Im Auftrag von Murat HazerGesendet: Mittwoch, 5. April 2006 10:55An: MyFaces

Re: invoking a method of a bean

2006-04-05 Thread Matthias Wessendorf
a look at http://wiki.apache.org/myfaces/AccessingOneManagedBeanFromAnother -Matthias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Murat Hazer Gesendet: Mittwoch, 5. April 2006 10:55 An: MyFaces Discussion Betreff: Re: invoking a method