On Oct 24, 2:20 am, Branko Vukelic <bg.bra...@gmail.com> wrote:
> How is the data 'associated' with the link?

Say I have a table of 10 items.   In each row, there is a link to the
same URL.  However, I want to access row-specific data in the target
controller function, without supplying that data through the URL
itself.

This suggests to me "use the session object", but the problem is that
I don't know how to store something in the session when a link is
clicked.

Alternatively, I guess I could use a separate FORM on each row of the
table, and use a form button instead of a link (then I could access
request.vars).

Is my question clear?  I am new to web programming so I don't know
have all the domain jargon correct yet.

Reply via email to