From: Jason S. <jsw...@ya...> - 2003-05-22 16:00:41
|
--- Alex <ale...@ya...> wrote: > Hi Jason, I seems almost like you are passing request / session state (data) > there. If that is indeed the case, then you'd best put the id in the > request/session and retrieve it again in the edit action/template. Adding it to the forward path _IS_ adding it to the request (for the next page view), right? In this case, I do not want to have it be a session variable for a couple of reasons: 1) if they want to bookmark editing a particular item, they can go back directly 2) if they use their history for navigation, they can return to editing a previous item If I adopted use of the session, they would be forced to alway go back through the overall item navigation to get to the particular item they want to edit. Any holes in that logic? Jason P.S. I just received word that my second MVC article for PHP|A will be the sample article for the June issue, so it will be available for everyone to read! __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |