* Dennis Daupert <[EMAIL PROTECTED]> [2008-01-01 17:45]: > I'm curious what people consider best practices for developing > widgets that involve a series of steps, funtions that involve > clicking thru a series of pages.
Don’t break the web: make sure each step has its own URI, as opposed to using the session to store the user’s position. That’s all I can think of right now. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
