Hello Massimo,
Don't you also think this following two issues that i still have is
maybe related to something broken in this new release of Web2py:

Problem Displaying images on the view:

http://groups.google.com/group/web2py/browse_thread/thread/56387ad2056ce027/9edcdd2854a1f763?hl=en#9edcdd2854a1f763

Problem with Multiple Form:
 
http://groups.google.com/group/web2py/browse_thread/thread/7cf7d5f592dd57fe/bbf2a4ff7845b935?hl=en#bbf2a4ff7845b935

Thanks for your help...

Cheers,
Yannick P.

On Jun 23, 9:15 am, mdipierro <[email protected]> wrote:
> Ouch! Yes it is broken. I will fix this today.
>
> Massimo
>
> On Jun 23, 1:01 am, NikG <[email protected]> wrote:
>
>
>
> > The following view used to generate a multi-select box instead of a
> > dropdown, and was working in the previous version I was using (1.62.3)
> > but not on versions I upgraded to: 1.64.2 or 1.64.3.
>
> > msg_form=form_factory(
> >  SQLField('Tag', default = request.vars.Tag, requires=IS_IN_DB
> > (db,'labels.id','%(name)s', multiple=True)),
> >  SQLField('Message', 'text', default= request.vars.Message,
> > required=True, requires=IS_NOT_EMPTY(error_message='Message cannot be
> > empty.')),
> >  SQLField('Individuals', default=request.vars.Individuals,
> > requires=IS_IN_DB(db,'contacts.number','%(name)s', multiple=True)),
> >  SQLField('Groups', default=request.vars.Groups, requires=IS_IN_DB
> > (db,'groupies.id', '%(name)s', multiple=True))
> > )
>
> > On Jun 23, 1:17 pm, mdipierro <[email protected]> wrote:
>
> > > works for me. Can you post an example, what you expect and what you
> > > get?
>
> > > Massimo
>
> > > On Jun 22, 10:27 pm, Nik <[email protected]> wrote:
>
> > > > Multiple select not working. Being redendered as drop-down boxes.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to