Re: submit one big form post of all tabs

2009-08-28 Thread Glyn Jackson
When you are using tabs with "source" it treats it as a page on its own so even if you include the form around the whole cflayout if you dont include the start and end cffrom tags again you will get a CF error, its the same with any thing you include in a tab layout using "source" or a bind i

Re: submit one big form post of all tabs

2009-08-28 Thread Cutter (ColdFusion)
I can't see why you wouldn't be able to. The tabs are an implementation of ExtJs 1.1, and I've done it with that. As long as the tab container is wrapped in your opening and closing tags, and you aren't remotely populating the tab contents (via an ajax load) then it should be possible. Steve

Re: submit one big form post of all tabs

2009-08-28 Thread Glyn Jackson
I see, never mind back to the drawing board. thanks. ~| 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/m

RE: submit one big form post of all tabs

2009-08-28 Thread Mark Kruger
onmuse.com www.necfug.com -Original Message- From: Glyn Jackson [mailto:glyn.jack...@newebia.co.uk] Sent: Friday, August 28, 2009 5:16 AM To: cf-talk Subject: Re: submit one big form post of all tabs yes that would work but not with using includes with the tabs or source. the issue is that when

Re: submit one big form post of all tabs

2009-08-28 Thread Glyn Jackson
yes that would work but not with using includes with the tabs or source. the issue is that when you do it with an include it does not work due to CF thinking you dont have a completed form >Sorry I meant "wrapping the whole set of tabs in 'form tags'" ... I >didn't mean to confuse you :) >

RE: submit one big form post of all tabs

2009-08-25 Thread Mark Kruger
to:mkru...@cfwebtools.com] Sent: Tuesday, August 25, 2009 11:56 AM To: cf-talk Subject: RE: submit one big form post of all tabs Glyn, I have done this using cflayout and wrapping the whole set of tabs in from tabs. What problems are you experiencing? -mark Mark A. Kruger, CFG, MC

RE: submit one big form post of all tabs

2009-08-25 Thread Mark Kruger
[mailto:glyn.jack...@newebia.co.uk] Sent: Tuesday, August 25, 2009 11:48 AM To: cf-talk Subject: Re: submit one big form post of all tabs someone must have done this before? using tab layout in CF8 had tabs with just one form post submitting all data in all tabs at once

Re: submit one big form post of all tabs

2009-08-25 Thread Glyn Jackson
someone must have done this before? using tab layout in CF8 had tabs with just one form post submitting all data in all tabs at once? ~| Want to reach the ColdFusion community with something they want? Let them know on the Hou

submit one big form post of all tabs

2009-08-25 Thread Glyn Jackson
I want to submit the data in all tabs as one big form post. this does not seem possible I had tried below and put my cfform tag around the whole cflayout but all i get now is "he tag must be nested inside a cfform tag." which is not the case lol #Event.getValue('pageTitle','Please Fill In')#