> Right now I am working on a app where I am using switch/case statements. > Problem is that it is over 2000 lines now. So I am thinking that maybe I > need to be going old school and using multi-page format instead? The page > is > becoming a pia to work with. So what would be the preferred method for > this > situation?
How about both. Keep the switch/case, but break out what's within the case statements into separate templates, and use cfinclude. This is essentially how FuseBox works. -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274652 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

