View Single Post
  #6 (permalink)  
Old 07-08-2008, 03:27 PM
mrsocks mrsocks is offline
Junior Member
 
Join Date: Jun 2008
Location: earth
Posts: 14
Default

@jweber

I understand most of the code you have so far except what do you do when you hit the part:

'
} else {
// the form is not valid, send the user back to the form with a message
}
'

How do you keep the values submitted and send back to the form/url that they came from?

also...
what is this part for:
// get the needed namespaces
$viewNamespace = new Zend_Session_Namespace('view');
?

Thank you.
Reply With Quote