Hi,
i have a dropdown in my jsf page which shows dates in Jan07 ,
Feb07.... format. the value i am getting from bean also in the same format
and it is selected default. but when i click on add button to add a record ,
i am getting Bean: *$Proxy80, property: dateString* message on my screen ( i
included <h:messages> ), this is happend only when i am using dropdown, i am
not getting any error if i am using a text field. date String is my bean
property..
can any one tell me what that error means, and how i am getting that error.