Fritz is correct - that is the first thing..... And..... the DOCS on <cflayout> have some fairly strict requirements on the children that can be used (remembering that under the hood it is actually generating Javascript using the CF nested tag concept).
quote: "The immediate children of a cflayout tag must be cflayoutarea tags or nondisplay tags whose bodies contain one or more cflayoutarea tags at the top level. For example, a cflayout tag could have a tag such as cfloop or cfquery as a child, and these tags would have cflayoutarea tags in their bodies." On 8/7/07, Fritz Dimmel <[EMAIL PROTECTED]> wrote: > > Hi. > You have to close your tags wellformed. > > After the container you open <cfoutput> but right after that, you close > cflayoutarea. > This isn't possible. > Removing </cfoutput> before <con:container> and <cfoutput> after > <con:container> should make this work (without having tried this right now > ..) > > Fritz > > °================================ > | Fritz Dimmel > | Gassnergasse 14 > | 2020 Hollabrunn > | ------------------------------- > | Porzellangasse 44-46/14 > | 1090 Wien > | ------------------------------- > | phone +43-660-6000069 > | mail fritz(at)dimmel(dot)at > | web http://www.dimmel.at > | ------------------------------- > | Check this out: http://www.nickthal.com > °================================ > > > Am 07.08.2007 um 13:30 schrieb smika: > > > 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 -~----------~----~----~----~------~----~------~--~---
