Re: [fw-general] Zend_Form + JQuery + tabs

2010-03-15 Thread David Mintz
On Fri, Mar 12, 2010 at 4:45 PM, Mike Wright wrote: > David Mintz wrote: > >> On Fri, Mar 12, 2010 at 1:34 PM, scs wrote: >> >> Hi, >>> I would validate each step's data and save it in session. >>> However, if any previous tab is clicked and there was an attempt to >>> change any validated input

Re: [fw-general] Zend_Form + JQuery + tabs

2010-03-12 Thread Mike Wright
David Mintz wrote: On Fri, Mar 12, 2010 at 1:34 PM, scs wrote: Hi, I would validate each step's data and save it in session. However, if any previous tab is clicked and there was an attempt to change any validated input, then I would validate that input again. In other words, click 2nd tab->v

Re: [fw-general] Zend_Form + JQuery + tabs

2010-03-12 Thread David Mintz
On Fri, Mar 12, 2010 at 1:34 PM, scs wrote: > Hi, > I would validate each step's data and save it in session. > However, if any previous tab is clicked and there was an attempt to > change any validated input, > then I would validate that input again. > > In other words, > click 2nd tab->validate

Re: [fw-general] Zend_Form + JQuery + tabs

2010-03-12 Thread scs
Hi, I would validate each step's data and save it in session. However, if any previous tab is clicked and there was an attempt to change any validated input, then I would validate that input again. In other words, click 2nd tab->validate 1st tab data and save in session. click 3rd tab->validate 2n

[fw-general] Zend_Form + JQuery + tabs

2010-03-12 Thread David Mintz
Embarking on my first ajaxified Zend Form with a JQuery UI-tabbed interface, I am wondering what sort of practices people recommend. Say we have tabs 1, 2 and 3, left to right. Tab 1 is displayed first. They click tab 2. We use a JQuery tabsselect callback to submit only the data from tab 1 for va