on 2006 Apr 05 5:44 AM
Hi
I have an Input field which is binded to context attribute of type "Date". I am setting this attribute in Modify View. Also I set the input field of property readonly to true. But in the application it was showing some F4 type help to the input field. On click of it the calender is shown but I cant edit the date.
I want to remove this functionality. I mean it should not change any date
Hi,
Make the context attribute of the type java.util.date and not the normal date if you want to remove the date help for the inputfield.
Regards,
Mahesh K.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sreekar,
I'm not sure whether this is a bug or by-design behavior... Sure, displaying calendar even for r/o date input has some sence...
Bind InputField to <b>calculated read-only attribute</b> of type <b>string</b>. In getter of this calculated attribute return string presentation of "real" date attribute.
VS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.