RE: [flexcoders] gateway-config.xml configuration file description in Flex 1.5

2005-12-01 Thread Matt Chotin
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mykola Paliyenko Sent: Thursday, December 01, 2005 6:16 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] gateway-config.xml configuration file description in Flex 1.5   Dirk, thanx I'm already

Re: [flexcoders] gateway-config.xml configuration file description in Flex 1.5

2005-12-01 Thread Mykola Paliyenko
To: flexcoders@yahoogroups.com       Subject: Re: [flexcoders] gateway-config.xml configuration file description in Flex 1.5       Ok Matt   What excectly I need is following:   1. Create my own adapter (don't ask me why I just need it),   2. Configure it with one string pr

RE: [flexcoders] gateway-config.xml configuration file description in Flex 1.5

2005-12-01 Thread Dirk Eismann
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mykola Paliyenko Sent: Thursday, December 01, 2005 10:33 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] gateway-config.xml configuration file description in Flex 1.5

Re: [flexcoders] gateway-config.xml configuration file description in Flex 1.5

2005-12-01 Thread Mykola Paliyenko
Ok Matt What excectly I need is following: 1. Create my own adapter (don't ask me why I just need it), 2. Configure it with one string property, some parameter. It is a common way for Filters, Servlets etc but seems to be impossible for configuring adapters. If it is not impossible I'd like t

RE: [flexcoders] gateway-config.xml configuration file description in Flex 1.5

2005-11-30 Thread Matt Chotin
What are you trying to do, create a new adapter?  I don’t really know the config file that well but I think if you don’t see an example of what you’re trying to do it may not be possible.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf O