I've started playing with CF8 Ajax UI controls:

<div id="utility">
</cfoutput>
<!--- secondary navigation --->
<skin:genericNav navID="#request.navid#"
                        functionMethod="getBloodline"
                        functionArgs="jointable=""dmNavigation"",
status=""#request.mode.lvalidstatus#"""
                        id="nav-secondary"
                        startlevel="2"
                        bActive="true">
<cfoutput>
  </div>
  <h1>#stObj.title#</h1>
  #stObj.body#
  <div>
        <cflayout type="tab" name="mainTab" tabheight="300px" style="width:
600px">
        <cflayoutarea title="News">
                </cfoutput>
<con:container label="#stobj.objectID#_bottom">
                <cfoutput>
                  </cflayoutarea>
                  <cflayoutarea title="another news"></cflayoutarea>
  </cflayout>
  </div>
</cfoutput>


In a container i've put some news. It gives error:

 Context validation error for tag cflayoutarea.
The end tag </cflayoutarea> encountered on line 53 at column 21
requires a matching start tag.

The CFML compiler was processing:

    * The body of a cfoutput tag beginning on line 52, column 18.

Is there a way to make this work?
Thanks in advance,
Mika


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to