RE: [Q] Form posting sitemap pattern...

2002-09-04 Thread Per Kreipke
Lajos, Wow. Very concise, thanks. So, the tricks I missed were: - nesting the validate action and the insert action, I had put them together in an action-set instead. I actually knew better but that was dumb. - [here's the kicker] the validator action gets called both when posting _and_ when s

Re: [Q] Form posting sitemap pattern...

2002-09-04 Thread Christian Haul
On 04.Sep.2002 -- 02:57 PM, Lajos Moczar wrote: > > The main gotcha here is the formval logicsheet is a bit clumsy to use, > as you have to make sure you not only display validation errors to the > user, but repopulate valid fields with the data the user already entered. Lajos, in 2.0.4 (i.e.

Re: [Q] Form posting sitemap pattern...

2002-09-04 Thread Lajos Moczar
Hi Per - If you were using the formval logicsheet and the FormValidatorAction, you'd have something like this: Here, the "newbook" pipeline is the action for your form and "books" is the pipeline for the display of books (not shown).