On Wed, Jul 9, 2008 at 11:43 AM, litesh_b321 <[EMAIL PROTECTED]> wrote:
> hi guys
> can you please tell me how can we designed a search functionality
> where backend is XML and frontend is in flex.where parameter of search
> is not fixed. user can search by various fields

Hi there,

This is something you need to define between what you are using on
your server side and Flex. You do have to send search parameters to
your server side script, and the script will then return the xml as
you want. Is your data coming from a database?
You will have to process the search conditions on the server side, and
process the resulting xml in flex.

Fidel.

Reply via email to