Thanks a lot Anthony, and sorry in fact the answer was in the online documentation.
Il giorno martedì 6 gennaio 2015 15:32:10 UTC+1, Anthony ha scritto: > > > http://web2py.com/books/default/chapter/29/12/components-and-plugins#Trapped-Ajax-links-and-the-A-Helper > > On Tuesday, January 6, 2015 8:26:10 AM UTC-5, Gael Princivalle wrote: >> >> Hello all. >> >> In a .load file I have some products. >> When the user click on one of them I would like to reload the .load file >> with the product id, for showing only this product. >> If I do like that: >> <a href="{{=URL('products_controller', 'products_function', >> extension=False, vars={'product_id':product.id})}}"> >> web2py will load only the .load file, outside the main html file. >> >> How can I reload this .load file inside the html file ? >> >> Thanks. >> >> >> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

