Expand my Community achievements bar.

CathyM
CathyM
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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

    381

    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

    513

    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

    602

    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

    364

    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

    292

    Likes

    0

    Replies

    0
  • Have you tried to right-click on the sample http://templates.softbytes.net/flex/and then choose 'View Source'? From the 'View Source' link, it alsolooks like there is a source.zip which can be downloaded.Alternatively, you could get started with Flex 2 by checkingout the quick start -http://www.adob...

    Type

    Discussions

    Views

    373

    Likes

    0

    Replies

    0
  • Instructions for configuring server-side service logging areavailable in the Flex 2 Developer's Guide. Here's the link to therelevant section -http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001112.html

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • There are details on using FDS with Spring in the followingforums thread:http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=583&threadid=1169760

    Type

    Discussions

    Views

    698

    Likes

    0

    Replies

    1
  • To resolve this issue, please remove the unnecessary servletdefinition in web.xml.(a) unjar flex-admin.war(b) remove the FileSerlvlet definition for web.xml(c) jar flex-admin.war againThis should allow you to deploy successfully.

    Type

    Discussions

    Views

    368

    Likes

    0

    Replies

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