Hi, I deployed LCDS 2.5.1 version which uses Flex 2.0 by default. Now i want to use Flex 3.0 with this LCDS. How to configure it? I tried to configure by...
This event is free for developers and architects alike, and you can win free BEA / Adobe software as we'll be raffling off 5 copies of BEA Workshop Studio +...
Hi, I am developing an application using Flex and Java servlets. Upon user event, I load the data using the servlet and store the data in a Dictionary. I am...
I am developing an application in Flex that shows a drop-down list same as intellisense provided by several IDE. User will select every condition through that...
Hi, I tried this and its working fine. It will be great if you can share pseudo code .. On Wed, Apr 2, 2008 at 10:54 PM, natarajpaila <natarajpaila@...> ...
... XML. ... hi, will u save changes made by user on ui, if yes, then update ui in cairngorm "view", and use cairngorm "command" to save and retrive data from...
Anyone know how to include a jar file that will be referenced through your AIR code? Right now we are using a Flex front-end to communicate to the client...
Hi All, I have been trying to access JSP page("https://itracspre-ssl.web.com/itracs2/WssoTest/SimpleWsso.jsp") using HTTPService in my Flex Application. JSP...
Hi, As you all are already using the Flex 3, we hope you are having a great experience using Flex 3. We are conducting the survey on user experience on Flex...
Hi, you have set the useProxy property of the HTTPService to "true". If you set the useProxy property to true, then your request go through LCDS/BlzeDS. If you...
Hi Sujit, Thanks for the reply. But I was not getting any response when I set useProxy=false I am not getting any error or data. I think I need to setup a...
Hi sujith, Try parsing using e4x notation. . ( ) @ .. these are the four notations u need to understand. and use XMLList to get the collection and give it to...
Hi, I tried to access the URL, you mentioned. I am getting a 404. Please add a fault event handler to your HTTPService to see if there are any errors in ...
Hi, Whether a JSP can be replaced by Flex or not depends on what your JSP is doing. If your JSP is handling both the presentation and the database interaction,...
Hi All, Has anybody used or been using the Flex Ant Tasks ? I'm having trouble running a simple build as described on the Adobe site. Here is the build.xml ...
Hi , Thanks for the suggestion I'll look into it. I am sorry the URL I have provided will work only internal to my company and I have test URL individually it...
Hi, I am facing same kind of Problem when trying to call BEA WEBLOGIC webservice/Remoting from Flex Client and getting error "Couldn't establish a connection" ...
Hi Imran, solution for webservice 1.Test wsdl file first from the browser 2. If you r able to reach wsdl Call the method if you can post the code I can help u...
Hi, I am trying to create a Livecycle Data Services application in Flex 3 for a J2EE project. I need to make remote object calls to my Java back end. When i...
Is this an out of the box LCDS 2.6 install? What app server are you using? -James From: javaflexcoders@yahoogroups.com [mailto:javaflexcoders@yahoogroups.com]...
Hi James, I didnt understand what you mean by out of the box install. I downloaded LCDS 2.6 from the website and installed LiveCycle Data Services ES J2EE web...
I am using 2.5.1 with Flex 3 and it's working fine. I suggest that you use Ant to build your project. http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks If...
I did some FABridge work pretty quickly (testing tool) by using my Mac's built in static web server. Just an option if you are on Mac and don't want to use...
Hi, I will be constantly modifying the mxml files , so using ant becomes very tedious. The classpath for both are set in the IDE itself so it should be the...
I understand that using Ant during development is not ideal. However, were you able to get everything to work using Ant ? Even at least just once? This will...
Hi, Could you send me a sample ant script that you are using to compile your application? Will be placing the web-inf folder in WebContent or directly? I ...