> there was a mistype "db.m_Maker.ALL" instead of "db.Maker.ALL", which> I 
> corrected.Yeah, it works now !

In my case all I need were two lists and they are mandatory so that I
don't need any validation. I assume you have other fields or allow to
input something not in the list...

I haven't tried but how about using with custom forms  ?
http://www.web2py.com/book/default/chapter/07#Custom-forms

You can create your form object, place them with
{{=form.custom.widget.xxx}} and also put the cascading drop down with
in the {{=form.custom.begin}} ~ {{=form.custom.end}}.




On Nov 7, 7:19 am, Kostas M <[email protected]> wrote:
> Omi,
>
> there was a mistype "db.m_Maker.ALL" instead of "db.Maker.ALL", which
> I corrected.
>
> Anyway, my main issue with your solution is that the FORM object is
> not used, and so no Form validation is possible. On the other hand,
> Freeze's solution with cascading fields in web2pyslices, seems too
> advance for me too =))
>
> On Nov 3, 3:44 pm, Omi Chiba <[email protected]> wrote:
>
>
>
>
>
>
>
> > Kostas,
>
> > I'm glad you did it !
>
> > I tried your code this morning but some how it does not function
> > (second pull dropdown doesn't show when first one is changed :(
>
> > Anyway,
> > your code looks a little bit too advance for me so I will keep the
> > current one.
>
> > On Nov 3, 6:59 am, Kostas M <[email protected]> wrote:
>
> > > Omi,
>
> > > Thanks for the hint!
> > > I managed to adjust your solution to my case.
>
> > > Also, I made some small recommendations, posted in web2pyslices.
>
> > > On Oct 18, 9:00 pm, Omi Chiba <[email protected]> wrote:
>
> > > > Kostas,
>
> > > > This could be your alternatives.
>
> > > > slice:http://www.web2pyslices.com/slices/take_slice/144

Reply via email to