Entries from Shay Shmeltzer's Weblog tagged with 'selectonechoice'

Getting the Value from a SelectOneChoice List Using Code

I got asked this today, and this seems to be a question that pops up every now and again, so I thought I'll document this little piece of code. The scenario is that you have a drop down list using...

The Navigation List - select something and update the page

A while ago I wanted to test youTube as a mean to distribute demos of JDeveloper so I did a quick recording of a tip showing how to use the navigation list item and put it up there - but...

Using selectOneChoice with JPA relationships

On OTN some asked how to create a selectOneChoice item from an object that relates to another object when using JPA and ADF Faces. Here is the quick how-to. We'll use the default Employees and Departments table from the HR...