Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 7/26/07
    Hello,I need some clues about how LCDS work with JMS messaging.I've setup a j2ee application which use a JMS queue on myweblogic server. I have a message driver bean to catch messages anddispatch it to other class to update some data. Everything workfine.What I want to do is build a flex UI to monit...

    Views

    909

    Likes

    0

    Replies

    3
  • 7/24/07
    Hi I've got a problem sending objects between Flex andColdfusion using the AMF Gateway of the newest Coldfusion Version.The transfer from CFC to Flex does work, but I can't send acomplex object to a CFC.The error Message is:faultCode:Client.Message.Encoding faultString:'Cannot createclass of type 'f...

    Views

    1.8K

    Likes

    0

    Replies

    6
  • 7/23/07
    Hi all,Good morning folks.Am new to FDS and using Flex 2.0I have collection hotel_list. and have a datagrid mapped toit , which has a 'book Now' button against each row(hotel).On click of the 'book Now' Button , i want to pass the hoteldetails in that particular row to next page,. Can i create sessi...

    Views

    691

    Likes

    0

    Replies

    2
  • 7/23/07
    Hi all,i'm having a problem with the LCDS.My application is almost copied from the sample applicationsample8 -> data management service. I can fetch the data to thedatagrid from my MySQL server, but the update doesn't work at all.The returning object from the client is not Product, but for somereaso...

    Views

    518

    Likes

    0

    Replies

    1
  • 7/23/07
    Hi,i am new to FDS using Flex 2.0. Is it possible to the data in a datagrid column while loadingthe page itself.I have a product_list which contains hotel name , rate andstatus.Rate will be obtained from the list as say 345. i want todisplay it as GBP 345 in datagrid, while page loadinghow can i ach...

    Views

    631

    Likes

    0

    Replies

    2
  • 7/19/07
    I've been using the SQLAssembler quite successfully so far,but I've hit a small snag.I'd like to poll for changes to the result of the DB queriesand update the clients when a change occurs. Before I'd got intothe javadocs in detail I'd assumed that triggering a refreshFillwould do what I wanted, and...

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 7/16/07
    Hi folks,Good morning...Is there any possibility to add a button in Data grid.. ?I am stuck up in a scenario like this.. I am displaying a hotel list with hotel name , its rate andavailabilty in a datagrid in three columns.Against each row in the data grid , i need to add a button as'Book Now' whic...

    Views

    634

    Likes

    0

    Replies

    2
  • 7/16/07
    How can you determine exactly when a Flex DataService filloperation has completed?ex:dsDataService.fill(arrayList, 'flex:hql', 'Fromcom.package.Object);trace(arrayList.length); // <-- This returns 0***while(arrayList.length < 1) {} // <--- This never endsThe trace returns 0 but if I wait a second or...

    Views

    919

    Likes

    0

    Replies

    4
  • 7/13/07
    Hello, folks,I am developing a Java application and realized that I needsome advice. My application is simple:I have a MSSQL server, tomcat 5.5 ,flex data services.In my application , i have two combo boxes.. country, town..i have populated the country combobox with the values fromDB(country table) ...

    Views

    1.5K

    Likes

    0

    Replies

    6
  • 7/9/07
    Hello can someone explain the difference??I am using all the defaults for the configurations files(remoting and datamanagement) and my app works perfectly ondevelopment mode where everything is on localhost, but when we tryit on pre-production it keeps throwing an error saying that itcouldn't connec...

    Views

    2.8K

    Likes

    0

    Replies

    5