Re: ID's on PropertySelection

2006-06-11 Thread Jesse Kuhnert
It does provide id's, that's what IPropertySelectionModel.getValue(int index) returns...To quote the javadocs: /** * Returns a String used to represent the option in the HTML (as the value of an

ID's on PropertySelection

2006-06-11 Thread Rui Pacheco
Hi all I am asking this out of curiosity: Why is the PropertySelection component ready to receive only labels and not id's and labels? Most dropdown boxes are used with data taken from a database. That data almost always has an ID and a value. Why can't we use the PropertySelection witht those tw