> That's fine in a one man project, but what happens in a team > project or when you've signed off the application to the > client and someone other than yourself changes the code in > the default action??
I don't really see your point. :o\ Surely the default action is there as a "catch" for anything that's not processed by another defined action - you can put what you like in it, be it code to do something constructive, redirect the user somewhere else, or simply a message saying "you shouldn't be here". I always have something in the default action for a circuit, even if it simply redirects the user to somewhere else. Generally I use the default action to give an "overview" of the circuit - e.g. for a reporting circuit I might show an overview of statistics, then allow the user to drill down to more info by using a "more detailed" action. [shrug] It' just the way I do things. Tim. ------------------------------------------------------- RAWNET LTD - Internet, New Media and ebusiness Gurus. Visit our new website at http://www.rawnet.com for more information about our company, or call us free anytime on 0800 294 24 24. ------------------------------------------------------- Tim Blair Web Application Engineer, Rawnet Limited Direct Phone : +44 (0) 1344 393 441 Switchboard : +44 (0) 1344 393 040 ------------------------------------------------------- This message may contain information which is legally privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any unauthorised disclosure, copying, distribution or use of this information is strictly prohibited. Such notification notwithstanding, any comments, opinions, information or conclusions expressed in this message are those of the originator, not of rawnet limited, unless otherwise explicitly and independently indicated by an authorised representative of rawnet limited. ------------------------------------------------------- -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
