Hi,

In one of my views I am creating a table. During table creation time I have 
some dictionaries that I want to return as json objects. So in column 
"data" I want to provide a link to download this json objects. These 
objects are not stored anywhere (they are dinamically created), and are 
thus only known during the table instantiation time.

Is it possible to do something like this:

my_link = A(URL(data))

So that clicking the link will not perform an access to the web2py (no 
controller needs to be accessed, the data is already in the URL), but just 
show the json data?

Thanks,
Daniel

-- 

--- 
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/groups/opt_out.


Reply via email to