Hi, I have a form where the default value of a SelectOneMenu item is dependent on a Date field value and associated validations. When the user enters a date in the date field, a date comparision logic along with a check of another static value, decides the value of the selectitem of the SelectOneMenu to be displayed on the page. This is entirely a client side operation, before any buttons/links are clicked or form submitted.
I was thinking of using javascript , but javascript and jsf dont go well together. My second thought is to use a cleint side validator, but am not sure how to do this. What is the best way to do this? Your suggestions are most appreciated. Regards, Sam. -- View this message in context: http://www.nabble.com/Change-SelectMenu-default-value-tf2914395.html#a8143535 Sent from the MyFaces - Users mailing list archive at Nabble.com.

