[web2py] Re: LOAD gerates invalid HTML

2010-06-18 Thread selecta
thanks looks good :) On Jun 18, 9:17 am, mdipierro wrote: > oops, thanks Yarko > > On Jun 17, 12:33 pm, Yarko Tymciurak > wrote: > > > > > On Jun 17, 10:41 am, mdipierro wrote: > > > >http://www.web2py.com/AlterEgo/default/show/252 > > > > fix is in trunk > > > Massimo - > > ... I see you added

[web2py] Re: LOAD gerates invalid HTML

2010-06-18 Thread mdipierro
oops, thanks Yarko On Jun 17, 12:33 pm, Yarko Tymciurak wrote: > On Jun 17, 10:41 am, mdipierro wrote: > > >http://www.web2py.com/AlterEgo/default/show/252 > > > fix is in trunk > > Massimo - > ... I see you added _type= to ONE of the html.SCRIPT()  calls (the > one for no ajax);  I think yo

[web2py] Re: LOAD gerates invalid HTML

2010-06-17 Thread Yarko Tymciurak
On Jun 17, 10:41 am, mdipierro wrote: > http://www.web2py.com/AlterEgo/default/show/252 > > fix is in trunk Massimo - ... I see you added _type= to ONE of the html.SCRIPT() calls (the one for no ajax); I think you wanted to add this to both calls, no? - Yarko > > On Jun 17, 10:06 am, Yar

[web2py] Re: LOAD gerates invalid HTML

2010-06-17 Thread mdipierro
http://www.web2py.com/AlterEgo/default/show/252 fix is in trunk On Jun 17, 10:06 am, Yarko Tymciurak wrote: > I was wondering what this "LOAD" function was about - new, not in > manual (not exactly easy to track down in source) > > gluon/compileapp.LoadFactory > > Since the SCRIPT helper

[web2py] Re: LOAD gerates invalid HTML

2010-06-17 Thread Yarko Tymciurak
I was wondering what this "LOAD" function was about - new, not in manual (not exactly easy to track down in source) gluon/compileapp.LoadFactory Since the SCRIPT helper should allow arbitrary attributes, you might go into LoadFactory.__call__() method, near the end, and add a _type param

[web2py] Re: LOAD gerates invalid HTML

2010-06-17 Thread selecta
the script tag is generated by the LOAD function so it is a web2py issue On Jun 17, 4:00 pm, Jason Brower wrote: > It's javascript my guess.  Just put the attribute in it and it should be > fine.  That one is not a web2py issue at all, but a designer issue. :) > Best Regards, > Jason Brower > > >

Re: [web2py] Re: LOAD gerates invalid HTML

2010-06-17 Thread Jason Brower
It's javascript my guess. Just put the attribute in it and it should be fine. That one is not a web2py issue at all, but a designer issue. :) Best Regards, Jason Brower On Thu, 2010-06-17 at 06:13 -0700, selecta wrote: > looks better but I still get > Line 169, Column 18: required attribute "t

[web2py] Re: LOAD gerates invalid HTML

2010-06-17 Thread selecta
looks better but I still get Line 169, Column 18: required attribute "type" not specified loading... > > It is possible that you violated the naming convention for this > attribute. For exam