Is it possible to validate container fields?
Posted: Sat Oct 03, 2009 5:35 pm
Hello,
Is it possible to validate container fields?
I have a page in my Xataface application with 3 file attachment container fields. I wrote a delegate class validation function to check if the user has entered filenames for uploading. The POST variables are always blank for these container fields:
$_POST['source_attachment_1']
$_POST['source_attachment_2']
$_POST['source_attachment_3']
Is it possible to validate container fields?
Is it possible to validate container fields?
I have a page in my Xataface application with 3 file attachment container fields. I wrote a delegate class validation function to check if the user has entered filenames for uploading. The POST variables are always blank for these container fields:
$_POST['source_attachment_1']
$_POST['source_attachment_2']
$_POST['source_attachment_3']
Is it possible to validate container fields?