[flexcoders] deleting rows from grid --- need help

2007-09-12 Thread siva.flex
Hi All , Need some help in deleting selected rows from grid. I am able to add rows to Grid. But unable to delete selected rows from Grid. Even user checks multiple rows its deleting only one row at a time. And one more problem I am facing is its not retaining the values entered by

[flexcoders] some typical questions

2007-08-30 Thread siva.flex
Hi All, I have developed prototype . When I am implementing this one , getting lot of doubts. 1. How to pass hidden variables using flex.(In jsp we pass it throuth hidden field, is there any mechanism similar to that one) 2. How to handle exceptions in flex ofcourse we get excptions at

[flexcoders] doing session handling through FDS

2007-08-29 Thread siva.flex
Hi All, Anybody suggests me how to do session handling using FDS. I have downloaded testdrive and have gone throuth that one. And one more doubt I got is what is AMF, how it links to FDS. Thanks Regards, Siva Kumar

[flexcoders] AMF ---- some clarifications

2007-08-29 Thread siva.flex
Hi All, I have one more doubt forgot to post in my previous mail. What is AMF? Whats the benifits of AMF? , How it related to FDS? Is there any sites / pdf's regarding AMF? Anybody clarify my doubts. I will be greatful to them. Thanks Regards, Siva Kumar

[flexcoders] AMF ---- some clarifications

2007-08-29 Thread siva.flex
Hi All, What is AMF? Whats the benifits of AMF? , How it related to FDS? Is there any sites / pdf's regarding AMF? Whats the advantags of AMF? Anybody please clarify my doubts. I will be greatful to them. Thanks Regards, Siva Kumar

[flexcoders] Re: converting mxml data to xml code

2007-08-28 Thread siva.flex
PROTECTED] wrote: I am pretty sure that is the Flex 1.x / AS2 utility. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of siva.flex Sent: Tuesday, August 28, 2007 1:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

[flexcoders] Re: Flex Module (Apache Problem)

2007-08-28 Thread siva.flex
Hi All, Thanx to all members those who have responded to my queries. Ya I agreed with Ary , really its a great community. Anyhow I solved my issue with different approch.The code I put in previous mails is following as2. Thanx to all again. Thanks Regards, Siva Kumar --- In

[flexcoders] Re: big question: Is it possible to send request to java class using HTTPService.

2007-08-27 Thread siva.flex
, and then to java. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of siva.flex Sent: Friday, August 24, 2007 7:01 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] big question: Is it possible to send request to java class

[flexcoders] converting mxml data to xml code

2007-08-27 Thread siva.flex
Hi All, Anydody have the code to convert mxml data to .xml file. I have found this code in net. class XMLUtil { static function as2xml(obj: Object, nodeName: String) { var xml:XML=new XML(); xml.appendChild(xml.createElement(nodeName)); for (var i in obj) {

[flexcoders] Re: converting mxml data to xml code

2007-08-27 Thread siva.flex
. Have I done any mistake. Thanks Regards, Siva Kumar --- In flexcoders@yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote: Not working how? - Dan On 8/27/07, siva.flex [EMAIL PROTECTED] wrote: Hi All, Anydody have the code to convert mxml data to .xml file. I have