Re: MyFaces API SelectItem as an interface rather than a concrete class?

2006-03-28 Thread Mike Kienenberger
On 3/27/06, Murray Brandon [EMAIL PROTECTED] wrote: SelectItem appears to lend itself well to being an interface (could move the default implementation into a DefaultSelectItem class)? http://wiki.apache.org/myfaces/FAQ#JSFspec

MyFaces API SelectItem as an interface rather than a concrete class?

2006-03-27 Thread Murray Brandon
I noticed that javax.faces.model.SelectItem in the MyFaces API is a concrete class, which means if I want to make my model objects selectable, I have to extend this class - too bad if I already extend some other class :-( SelectItem appears to lend itself well to being an interface (could move the

Re: MyFaces API SelectItem as an interface rather than a concrete class?

2006-03-27 Thread Dennis Byrne
To: ''MyFaces Official List'' Subject: MyFaces API SelectItem as an interface rather than a concrete class? I noticed that javax.faces.model.SelectItem in the MyFaces API is a concrete class, which means if I want to make my model objects selectable, I have to extend this class - too bad if I