wow nice formula! no wonder web2py works great

On Jan 4, 10:07 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> some changes take one line and they are fast (t~exp(1)). Some changing
> take 10 lines they can be slow (t~exp(10)).
>
> Massimo
>
> On Jan 4, 7:52 am, vince <lapcc...@gmail.com> wrote:
>
> > wow that was fast! thanks for the awesome web2py
>
> > -vince
>
> > On Jan 4, 9:18 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > > In trunk now:
>
> > > >>> a=FORM(INPUT(_name='test',requires=IS_NOT_EMPTY()))
> > > >>> a.accepts(request.vars,formname=None)
> > > False
> > > >>> print a
>
> > > <form action="" enctype="multipart/form-data" method="post"><input
> > > name="test" value="" /><div class="error" id="test__error">cannot be
> > > empty!</div></form>
>
> > > Massimo
>
> > > On Jan 3, 5:30 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > > > Good point. Will do it. Thanks Vince.
>
> > > > Massimo
>
> > > > On Jan 3, 3:43 am, vince <lapcc...@gmail.com> wrote:
>
> > > > > when sqlform validate with error it will generate the error message
> > > > > like this
> > > > > <div class="error">too long!</div>
>
> > > > > i think it should be
> > > > > <div class="error" id="table.field__error">too long!</div>
>
> > > > > so we can position it as well as the table.field__label and
> > > > > table.field
>
> > > > > -vince
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---


Reply via email to