Thank you REM O.

I have figured out the solution to my problem.  Here are my steps.

1.      In the admin directory I added a sub-directory named grantorGoalObj

2.      In the admin directory I added the following line to circuit.xml: <set 
name="xfa.grantorGoalObj" value="grantorGoalObj.addSearch"/>

3.      In the admin directory I added the following line to dsp_adminMenu.cfm: 
<li><a href="#self#?fuseaction=#xfa.grantorGoalObj#">Grantor 
Goal/Objective</a></li>

4.      In the root directory I added the following line to fusebox.xml:  
<circuit alias="grantorGoalObj" path="admin/grantorGoalObj/" parent="" />

5.      In the parsed directory I added the following line to 
admin.adminmenu.cfm: grantorGoalObj

I was stuck after the first three steps for several days.

A CFDUMP of the XFA structure showed me that it didn’t contain grantorGoalObj 
but I didn’t know where to go from there.  Finally I hit upon searching the 
entire code for a working XFA that was already extant on the menu page and then 
copying the syntax for the grantorGoalOBj XFA.

It wasn’t until the fifth step that I stopped getting the error which read 
“Element GRANTORGOALOBJ is undefined in XFA.”

I was getting an “error reading circuit.xml” error that was complicating 
matters.  I was only able to fix that after restoring all my files to their 
previous state and re-integrating my changes one line at a time.

I hope this information helps other developers having similar problems.  
Googling the strings "Element" and "is undefined in XFA" didn't help me much.

Bouton


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

Reply via email to