Yes, this should be integrated or, better, rewritten, since the T2
pagination is broken.

Massimo

On Jun 22, 6:34 am, Francisco Gama <francisco....@gmail.com> wrote:
> Btw, are we going to see the search features of T2 (and eventually T3)
> integrated with web2py?
>
> Thanks
>
> On Jun 22, 12:19 pm, Trollkarlen <robbelibob...@gmail.com> wrote:
>
> > Oki, as I assumed.
>
> > I really liked the generic comments from t2.
> > But i found some trouble with it when there are multiple comments/
> > forms on the same page.
>
> > I have a list of objects that i want comments for and generate the
> > comments like this:
>
> > def controller:
> >   items = db(db.images.id >0).select(limitby=(0,20))
> >   item_comments = [ t2.comments(db.images, record=item.dog.id) for
> > item in items ]
>
> > I have modded the t2 comments to add the record param.
>
> > Shouldnt the _formkey hidden input solve the problem with multipe
> > forms on the same page ?
>
> > Any idea where i can start digging ?
> > I also found the problem with the jQuery setting the parent comment.
> > The ids are same for hidden parent input.
> > Isnt there any way to change the base id in this case the
> > "t2_comments" for the entire form ?
>
> > /R
>
> > On Jun 21, 10:25 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > > Almost everything in T2 is now in web2py and much more powerful. T2 is
> > > deprecated and will not be supported.
>
> > > Massimo
>
> > > On Jun 21, 2:55 pm, Robert Marklund <robbelibob...@gmail.com> wrote:
>
> > > > I have read every where and on same places iread that the T2 plugin
> > > > can/should be used and in some places that some of the functionality is
> > > > moved in to web2py itself.
> > > > So whats the status of it what should i use ?
>
> > > > /R
>
> > > > --
> > > > ______________________________________________
> > > > Robert Marklund
>
> > > > Phone: +46 (0)46 19 36 82
> > > > Mobile: +46 (0)70 213 22 76
> > > > E-mail: robbelibob...@gmail.com
> > > > ______________________________________________
--~--~---------~--~----~------------~-------~--~----~
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