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 SkipVought 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
Sep 7, 2009
8
0
0
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?

 
Read together with your first post shortly before, I would suggest you can bring the question either to html/xhtml forum
or javascript forum
or one of the server side asp.net
or php forum
Over there, show your script, not just verbal description-that doesn't help.
 

here is the script........



<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