Is this Possible in UIX?

I have a uix page with an unbound messageChoice, that uses a data bindings for its values. I want to be able to use the currently display value of the choice box in my page to pass into my map for running a custom function in my AM. I cannot find anywhere where to access the messageChoice's current displayed value.
How does one obtain the current value of the message choice?
Thank you
Kelly

Give the <messageChoice> a value for the name attribute. When in the event handler you can get that value from the request parameters.
This is probably possible using declarative <event> handlers using the ${param.name} expression
Regards,
Robert

Similar Messages

Maybe you are looking for