toby - i fixed that problem. i was missing the special validate()
method you need for the formwizard - by fluke, the author of the
component was on IRC when i asked.

On 1 Mar, 13:30, Toby Parent <[EMAIL PROTECTED]> wrote:
> Hrummm... My validation rules were obeyed. Are you using a screwy
> validation class? It doesn't interfere with the model::save at all.
>
> I'll check and see what turns up.
>
> Regards!
>  -Toby
>
> lukemack wrote:
> > cool thanks, Chris.
>
> > Toby - the formwizard seems to break validation. did you use it with
> > validation?
>
> > On 27 Feb, 15:04, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
>
> >> On 2/23/07,lukemack<[EMAIL PROTECTED]> wrote:
>
> >>> Chris - can you elaborate on the problem with the back button? I
> >>> assume you mean the browser back button?  I guess there are three
> >>> options - sessions, database and hidden fields. If the user hits
> >>> 'back' - is the session data lost? do hidden fields get lost? would
> >>> using a database help?
>
> >> Yeah, I'm talking about the browser back button.  Unless you can
> >> completely disable it, you can run into problems in multi-page forms.
> >> Sessions are the best way to go because even they use the back button,
> >> the next time they load a page the session data should still be there
> >> (unless the session has timed out of course).
>
> >> My personal experience has been that you have to design your
> >> multi-page forms around the idea that they WILL screw you up by using
> >> the browser back button.
>
> >> Hope that helps.
>
> >> --
> >> Chris Hartjes
>
> >> My motto for 2007:  "Just build it, damnit!"
>
> >> rallyhat.com - digital photo scavenger hunt
> >> @TheBallpark -http://www.littlehart.net/attheballpark
> >> @TheKeyboard -http://www.littlehart.net/atthekeyboard


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to