[flexcoders] Re: [FDS] DataGrid not updated when ArrayCollection is updated from sync

2006-10-13 Thread Tom Ruggles
it couldn't match and update the correct row. Using cfset myVO.setUID( javacast( `int', myWebService.result.getUID() ) ) solved the problem. Thanks, João Fernandes _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Ruggles

[flexcoders] Re: WSDL Security?

2006-10-13 Thread Tom Ruggles
Hi Jamie, You do have the steps right for deployment. As for securing the resource the options available would be to either: - add security constraints to the destination. This would require you to either have users log in or hardcode credentials in the app (which is obviously no help in

[flexcoders] Re: [FDS] DataGrid not updated when ArrayCollection is updated from sync

2006-10-12 Thread Tom Ruggles
the 2.0 development cycle so I am very curious how to reproduce it. Thank you. Tom Ruggles FDS QA --- In flexcoders@yahoogroups.com, João Fernandes [EMAIL PROTECTED] wrote: Hi there, I have a datagrid binded to an ArrayCollection which is filled by a DS destination. When I add

[flexcoders] Re: Flex 2 - WARNING: Cannot set header. Response already committed.

2006-10-12 Thread Tom Ruggles
Hi Libby, We are unaware of any cases of Flex causing this warning. What are you doing when it occurs? Thanks, Tom Ruggles FDS QA --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: I just installed Flex 2 on WebSphere 6. While doing the lessons in the introductory tutorial

[flexcoders] Re: Flex 2 - WARNING: Cannot set header. Response already committed.

2006-10-12 Thread Tom Ruggles
] On Behalf Of Tom Ruggles Sent: Thursday, October 12, 2006 9:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex 2 - WARNING: Cannot set header. Response already committed. Hi Libby, We are unaware of any cases of Flex causing this warning. What are you doing when

[flexcoders] Re: RemoteObject only accesses, cannot set

2006-10-12 Thread Tom Ruggles
I see that you had application scope listed in your destination. Did you restart your web app after adding this? I was unable to reproduce your issue using your RO, destination and MXML on the FDS 2 GA build. Tom Ruggles FDS QA --- In flexcoders@yahoogroups.com, Jeff Vroom [EMAIL PROTECTED

[flexcoders] Re: Webservice Destination with Basic Authentication

2006-08-24 Thread Tom Ruggles
verification from the service you will need to do manual checking of user info then you'll need to use request.getUserPrincipal(). Tom Ruggles FDS QA --- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote: Hi, Have you verified that the server hosting your web service has basic