Hi, I have an issue with my site..... when i submit a form that fails validation and returns back to the form - only the 1 character of every field value is set....
for example: I have a page named "signup" with a form with an text input in. If i type in "hello" and submit the form to the action "completesignup" which then validates the form and if an error calls: $this->setAction('signup'); I only get "h" as the value in the text input rather than "hello". Has anyone any ideas why its not returning the full string "hello" ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---