I think our best bet is to take this to the Backbase Forum (Backbase and ColdFusion one)
This is more BXML than CFML. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Steve Good To: CF-Talk Sent: Thu Dec 14 23:19:16 2006 Subject: Re: Anyone using Backbase in their apps? Try this again. First email didn't have anything I said in it. I started playing around with the b:menubar and got myself all excited about backbase... then I got myself super confused... What I wanted to do was mimic the menu bar that is in desktop apps, but I didn't want to spend the time writing out DHTML menu drop downs. Here's what I have so far, and the error it generates: <cfoutput> <xmp b:backbase="true"> <div style="width: 100%; height: 100%; position: relative"> <div style="border-color: ##b8ced7; border-width: 1px 1px 0 1px; border-style: solid; height:23px;overflow:hidden;"> <b:menubar> <b:menurow b:label="#SESSION.auth.FirstName#"> <b:menupopup> <b:menupane> <cfif #SESSION.auth.contactID# IS 1 OR #SESSION.auth.contactID# IS 2> <b:menurow> <b:menucell> <s:event b:on="command"> <s:task b:action="load" b:url="includes/dev/dev.cfm" /> </s:event> Developers Page </b:menucell> </b:menurow> </cfif> <b:menurow> <b:menucell> <s:event b:on="command"> <s:task b:action="alert" b:value="It worked!" /> </s:event> Change Password </b:menucell> </b:menurow> <b:menurow> <b:menucell> <s:event b:on="command"> <s:task b:action="alert" b:value="It worked!" /> </s:event> Logout </b:menucell> </b:menurow> </b:menupane> </b:menupopup> </b:menurow> <b:menurow> <b:menucell>Import CSV Files</b:menucell> <b:menupopup> <b:menupane> <b:menurow> <b:menucell>Profiler / QuickBooks</b:menucell> </b:menurow> <b:menurow> <b:menucell>Bank 1</b:menucell> </b:menurow> <b:menurow> <b:menucell>Bank 2</b:menucell> </b:menurow> </b:menupane> </b:menupopup> </b:menurow> <b:menurow> <b:menucell>Exception Reports</b:menucell> <b:menupopup> <b:menupane> <b:menurow> <b:menucell>Profiler</b:menucell> </b:menurow> <b:menurow> <b:menucell>QuickBooks</b:menucell> </b:menurow> <b:menurow> <b:menucell>Sale Totals</b:menucell> </b:menurow> <b:menurow> <b:menucell>Duplicate Receipts</b:menucell> </b:menurow> </b:menupane> </b:menupopup> </b:menurow> <cfif #SESSION.auth.AccountType# IS "Administrator"> <b:menurow> <b:menucell>Admin Tools</b:menucell> <b:menupopup> <b:menupane> <b:menurow> <b:menucell>Manage Users</b:menucell> </b:menurow> <b:menurow> <b:menucell>Edit Start Page</b:menucell> </b:menurow> </b:menupane> </b:menupopup> </b:menurow> </cfif> </b:menubar> </div> </div> </xmp> </cfoutput> It throws the error if I click the "Developer's Page" menu item. Error: Message: 1. [17:07:33.984] CRITICAL: *Error parsing:* XML Parsing Error: mismatched tag. Expected: </LINK>. Location: http://fbm16444.lanctr.com/index.cfm?dir=includes&page=editusers&action=add Line Number 20, Column 3: Text: </head> --^ If you want to see what I am talking about first hand here's a link and a login to my test site. http://fbm16444.lanctr.com/ Login: tester Password: testpw The menu I am talking about will be under the "Tester" menu (this is a dynamically named menu based on the logged in user's first name) Thanks! ~Steve Robertson-Ravo, Neil (RX) wrote: > What do you need to know? :-) > > > > > > > "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, > Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, > Registered in England, Number 678540. It contains information which is > confidential and may also be privileged. It is for the exclusive use of the > intended recipient(s). If you are not the intended recipient(s) please note > that any form of distribution, copying or use of this communication or the > information in it is strictly prohibited and may be unlawful. If you have > received this communication in error please return it to the sender or call > our switchboard on +44 (0) 20 89107910. The opinions expressed within this > communication are not necessarily those expressed by Reed Exhibitions." > Visit our website at http://www.reedexpo.com > > -----Original Message----- > From: Steve Good > To: CF-Talk > Sent: Thu Dec 14 22:40:16 2006 > Subject: Anyone using Backbase in their apps? > > I am thinking of integrating Backbase into the application I am working > on, but I'm not finding much if any info on how to get BB to play nicely > with CF. Anyone have any tips / tutorials / feedback on CF and Backbase? > > Thanks! > ~Steve > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264087 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

