Link to home
Start Free TrialLog in
Avatar of Jay Roy
Jay RoyFlag for United States of America

asked on

flex: working with checkboxes

hi guys

what is the best way to work with check boxes on the flex UI? I am using java in the backend
my requirment is i need some nice checkboxes on the UI which should be passed to the java backend.

any ideas?

thanks
Avatar of Pravin Asar
Pravin Asar
Flag of United States of America image

To connect to back, you have few options such as RemoteObject, httpservice request.

Can you be specific what you have or planning to use on server side.

Here is good starter

http://www.devrecipes.com/2009/04/20/flex-with-java-servlets-how-to-use-xml-from-an-httpservice-to-populate-a-data-gridtable/

Avatar of Jay Roy

ASKER

>>Can you be specific what you have or planning to use on server side.

I am using flex on the UI and using java with spring blazeds on the back.
I have multiple check box fields like

Country(check applicable values)
Usa           --checkbox1
Denmark   --checkbox2
London     --checkbox3

If usa and london is checked and denmark in unchecked , i need to pass all the checked and unchecked values to my java program in backend.
I want to pass them in a arraycollection (in flex) which needs to get translated to ArrayList on the java side.
any help would be helpful.

thanks
Avatar of Jay Roy

ASKER

any help anyone?

thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of Pravin Asar
Pravin Asar
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial