Thanks for your replies , This is an
update page I'm working on, the problem is I'm trying to put condition in <h:selectOneMenu> so if the value of <f:selectItem> is equal to lets say 'APPT' put the label to 'Appointment' and give them two more choices so they could update if they wish, like so;
This code doesn't work.
How do I do this ???
Bart Kummel wrote:Hi J,
I don't understand what exactly is your problem. However, I have a hint for you... Are you aware that there is also a <f:selectItems> component, that adds a list of items in one pass?
Best regards,
Bart