Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML "DatePicker" problem

Status
Not open for further replies.

stavae

Programmer
Joined
Sep 7, 2009
Messages
8
Location
FI

I created a User Form, where one of the fields is "Date of Birth"; I used the XML "DatePicker" data-field for this attribute.After inputing the information, I "SAVE" it.

The problem is : when I VIEW the page (re-load it in my browser), the date-of-birth disappears. It isn't SAVED, for some reason.Every other field is stored.

But, the date of birth vanishes.

Is there something else that I ought to do with the "DatePicker", to ensure that it is saved in my system's repository?


Here is the code I am using :


<Field name='global.dateofbirth'>
<Display class='DatePicker'>

<Property name='required' value='true'/> <Property name='title' value='Date of Birth'/> <Property name='multiField' value='true/>

</Display>
</Field>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top