We would need to see the code of the cfm in tab2, and it's form's 
processor script, to help you out here.

Steve 'Cutter' Blades
Adobe Community Professional
Adobe Certified Expert
Advanced Macromedia ColdFusion MX 7 Developer
____________
http://cutterscrossing.com


Co-Author "Learning Ext JS 3.2" Packt Publishing 2010
https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book

"The best way to predict the future is to help create it"

On 9/6/2012 6:29 AM, alex poyaoan wrote:
> Yes steve sorry my question here is on the cflayoutarea2  tab 2 is a form 
> that submits on an action page after it executes it goes back to the calling 
> form from the tab but doesn't show the the updated form.. just blank even if 
> I use the
> javascript below after the action query
> <script type="text/javascript">
>           ColdFusion.Layout.hideTab('tabtest', 'tab2');
>           ColdFusion.Layout.showTab('tabtest', 'tab2');
>           ColdFusion.Layout.selectTab('tabtest', 'tab2');
> </script>
>
>> Alex,
>>
>> Did you intend to include more here? Not seeing a question....
>>
>> First peek, there's no closing cflayout tag, your 3rd tab should use
>> the
>> 'source' attribute, like your others, for consistency, and it appears
>>
>> that your code formatting is way off. Something like:
>>
>> <cflayout name="tabtest" type="tab">
>       
>> <cflayoutarea name="tab1" title="Data SJ"
>> source="tab1.cfm"></cflayoutarea>
>       
>> <cflayoutarea name="tab2" title="Dati Personali"
>> source="personshowTab2.cfm"></cflayoutarea>
>       
>> <cflayoutarea name="tab3" title="Storia in SJ"
>> source="personshowTab3.cfm"></cflayoutarea>
>> </cflayout>
>>
>> Steve 'Cutter' Blades
>> Adobe Community Professional
>> Adobe Certified Expert
>> Advanced Macromedia ColdFusion MX 7 Developer
>> ____________
>> http://cutterscrossing.com
>>
>>
>> Co-Author "Learning Ext JS 3.2" Packt Publishing 2010
>> https://www.packtpub.
> com/learni> 
> ng-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book
>> "The best way to predict the future is to help create it"
>>
>> On 9/6/2012 6:01 AM, alex poyaoan wrote:
>>> Hi everybody have this
>>>
>>> <cflayout name="tabtest" type="tab">
>>>     <cflayoutarea name="tab1" title="Data SJ" source="tab1.cfm">
>>>                             
>>>     </cflayoutarea>
>>>                             
>>>                             <cflayoutarea name="tab2" title="Dati Personali"
>> source="personshowTab2.cfm">
>>>                                     <!--- <cfinclude 
>>> template="personshowTab2.cfm"> --->
>>>                             </cflayoutarea>         
>>>                             
>>>                     
>>>                     <cflayoutarea name="tab3" title="Storia in SJ">
>>>                                     <cfinclude 
>>> template="personshowTab3.cfm">
>>>                             </cflayoutarea>
>>>
>>>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352430
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to