Dear all,
I am new to
JSF world. I am using JSF in Action book for JSF reference.
In their Custom Component Development chapter, they have created a custom component UIDateInput.
This component creates three html select option tag pairs filled with month, year and day parts of a date.
This component uses the java.util.Date for value attribute.
But I want to add more attributes like binding, disabled ,styleclass to this component.
But I am unable to do so..
Also there is ValueBinding and ValueExpression issues.
Please help me through this....
I am really having a tough time in dealing with this component.
Waiting for replies.
Thanks In Advance.