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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to