Quickly my need: each user has a *profile* view (`/profile`) with its _items_ listed in it.
The list is no more than a POST form with a checkboxes list and several submit buttons: - Create new - Delete selected items - Compare selected items While I can: - Redirect user to *new* view (`/new`) using HTTPFound - Delete selected items and show again *profile* view I wish I can accomplish last task in a *compare* view (`/compare`) without the need to change the form action from `/profile` (or having two identical forms with just different submit buttons and actions). Kind of transferring request to the new location. Is it possible? Any advice? Thanks for your support -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
