PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject_FormBuilder » Bug #8330

Back if required fields not filled

Details

Submitted2006-07-31 13:50 UTC
Frominfo at otdyh dot ru
Assignedjustinpatrin
StatusNo Feedback
PackageDB_DataObject_FormBuilder
PHP Version4.3.3
OSLinux
Roadmaps(Not assigned)

Comments

[2006-07-31 13:50 UTC] info at otdyh dot ru

Description:
------------
I have a form which i get by url index.php?id=2
one of this field is set to required.
if this field is not set php redirects me to index.php (should be index.php?id=2) with all fields set. But it's very important to me, that redirect should be to index.php?id=2

Expected result:
----------------
action page should be $_SERVER['REQUEST_URI'] i believe