Expand my Community achievements bar.

CathyM
CathyM
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Sorry, there is not enough information to resolve the issue.Try adding debugging/logging information on both the FDS andthe CF server (if you have access). Check the server console forany error messages.

    Type

    Discussions

    Views

    398

    Likes

    0

    Replies

    0
  • If this is working successfully in a list where thedataprovider is {wsGetNames.getDetails.lastResult} then you shouldbe able to user {wsGetNames.getDetails.lastResult.LASTNAME} for theLABEL or TEXT parameter.

    Type

    Discussions

    Views

    430

    Likes

    0

    Replies

    0
  • You'll want to install FDS and ColdFusion as separate webapplications. If you choose to use separate servers, be sure thatyou start each of those servers.http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=4f079a4dFor using Flex and ColdFusion, you'll find the followingdocumentation useful - htt...

    Type

    Discussions

    Views

    596

    Likes

    0

    Replies

    0
  • Sorry, there isn't enough information to determine exactlywhat issue you're running into but I do have a few debuggingsuggestions.In you web service result handler, print out the resultswhich are returned from the server using thetrace(mx.utils.ObjectUtil.toString(myResultObject)) method. Thismethod...

    Type

    Discussions

    Views

    430

    Likes

    0

    Replies

    1
  • The 'source' attribute is only sufficient when using aRemoteObject connection to a resource on a ColdFusion server.Please refer to RemoteObject documention -http://livedocs.macromedia.com/flex/2/langref/mx/rpc/remoting/mxml/RemoteObject.htmlIn all other cases, you'll need to define your RemoteObject...

    Type

    Discussions

    Views

    375

    Likes

    0

    Replies

    0
  • If you are running on Tomcat, they you'll have server.xml andneed to add transaction support by installing the JOTM pacakge andincluding the definition in server.xml.If you're not running on Tomcat, that information is notrelevant.If you're running on JRun or any other J2EE server,transaction suppor...

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    1
  • You'll want to create a Java object which exposes a method toget the values from the database. From mxml, you'll use theRemoteObject tag to call that method on the server. The resulthandler for the RemoteObject will bind the values of the result tothe <mx:combobox> tag.Please see the documentation f...

    Type

    Discussions

    Views

    509

    Likes

    0

    Replies

    0
  • CF 7.02 does not include FDS. If you would like to use FDS,you need to install that as well.

    Type

    Discussions

    Views

    596

    Likes

    0

    Replies

    3
  • Similar to java, the package name refers to a directorystructure. The compile error indicates that the package defineddoes not match the directory structure.myapp/Portfolio.mxmlmyapp/PortfolioView.mxmlmyapp/com/theriabook/jms/dto/StockQuoteDTO.as

    Type

    Discussions

    Views

    359

    Likes

    0

    Replies

    0
  • Instead of extending the JavaAdapter, you'll want toimplement the FlexFactory interface. Or, possible create hook in atthe assembler level.For information on implementing the FlexFactory interface,please refer to the FDS 2 JavaDoc as well as the 'Using the factorymechanism' section of the Flex 2 Dev...

    Type

    Discussions

    Views

    291

    Likes

    0

    Replies

    0
Top badges earned by CathyM
Customize the badges you want to showcase on your profile