Hello, Lifters
I have a little bit of complicated css-bound-lift-screen based form, which consists of:
- file upload ( SHtml.fileupload needs defaultToAjax_?=false)
- one select depends on another select's value ( bindLocalAction needs defaultToAjax_?=true)
Is it possible to have file upload and ajaxed select together in one lift screen?
One more question is about how to use selectObj for bindLocalAction.
The form has a city select which depends on a country select's value.
I use bindLocationAction to get notified when the country select's onchange event is trigger,
But I dont know how to use selectObj(like what I do with country field) to create the city select.
The code file is MyScreen.scala
Please help me.
Thanks.
Gu