I've tried using cflayout/cflayoutarea for the first time.

I'm using the left side for navigation links and the center area for the main 
content.

<cflayout type="border">
        <cflayoutarea name="navmenu" position="left">
                <cfinclude template="navmenu/menu.cfm" />
        </cflayoutarea>
        <cflayoutarea source="maincontent.cfm" position="center" name="center" 
/>
</cflayout>     

When I click a link in the cflayoutarea navmenu section, the link works fine 
and the form displays properly.

Unfortunately, when I enter information in the form and click the form's submit 
button, the cflayout/cflayoutarea section dissapears and the forms action page 
displays using the entire screen.

Is there some code I must use in my forms to keep the cflayout/cflayoutarea 
intact.

I couldn't find any online examples of my scenario, links to basic form pages.

I haven't found much regarding cflayout/cflayoutarea; except for the simplest 
examples.  I am getting the impression that not many people are using 
cflayout/cflayoutarea.

Any help is greatly appreciated.

Thanks in advance 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323260
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to