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 -~----------~----~----~----~------~----~------~--~---
