This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct | |
Detail: [empty string] | |
ErrNumber: 0 | |
Message: Element eGIS_Management is undefined in a CFML structure referenced as part of an expression. | |
Resolvedname: [empty string] | |
StackTrace: coldfusion.runtime.UndefinedElementException: Element eGIS_Management is undefined in a CFML structure referenced as part of an expression. | |
at coldfusion.runtime.CfJspPage.ArrayGetAt(CfJspPage.java:961) | |
at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:972) | |
at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:967) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<services-config> | |
<services> | |
<service id="coldfusion-flashremoting-service" | |
class="flex.messaging.services.RemotingService" | |
messageTypes="flex.messaging.messages.RemotingMessage"> | |
<adapters> | |
<adapter-definition id="cf-object" class="coldfusion.flash.messaging.ColdFusionAdapter" default="true"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<actionScriptProperties mainApplicationPath="main.mxml" version="3"> | |
<compiler additionalCompilerArguments="-locale en_US -services "C:\ColdFusion8\wwwroot\WEB-INF\flex\services-config.xml" -context-root="" -keep-as3-metadata+=Autowire,Mediate -managers flash.fonts.AFEFontManager" copyDependentFiles="true" enableModuleDebug="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersion="10.0.0" htmlPlayerVersionCheck="true" outputFolderPath="bin-debug" sourceFolderPath="src" strict="true" useApolloConfig="false" verifyDigests="true" warn="true"> | |
<compilerSourcePath/> | |
<libraryPath defaultLinkType="3"> | |
<libraryPathEntry kind="4" path=""/> | |
<libraryPathEntry kind="1" linkType="1" path="libs"/> | |
</libraryPath> | |
<sourceAttachmentPath/> | |
</compiler> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.tndn.suites | |
{ | |
import com.esri.ags.SpatialReference; | |
import com.tndn.views.MainUI; | |
public interface IBaseSuite | |
{ | |
/* set the mainUI*/ | |
function setMainUI(value:MainUI):void; | |