I am VERY new to JSF, and I need some help doing, what I thought would be, a very simple task. I would like to populate a selectonemenu from an array or loop or something. I have a form where I want the user to enter their DOB. All I want is a simple list where they can select from 1..31 for the day of month. I don't want to have 31
<f:selectItem value="n" />
tags. I attempted to put a "getDates" method in my backing bean, but that didn't work well. Any advice on how to do this will be greatly appreciated.