Hi ! I have created a html table (using mako) for a file from MySQL db. Now I would like to provide for "Edit / Delete" a particular row (record), by selecting that row in table.
I am NOT using SQLAlchemy. Reason : I am more comfortable with SQL query-generation myself. (I am directly using MySQLdb and executing queries, fetching resultset, etc.) I checked the docs of TG 2.1, which shows how to edit a Wiki Page by using Sprox library. But I do not have a data-model, so I think I can't use Sprox. (pl. correct me if I am wrong). Is there any other way to "identify the row selected by user" and "give an interface for editing it" ! Kindly advise me. Thanks, Vineet. -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

