Categories | Question details Back To List | ||
GetComboValue() In my js page i'm returning the value of the combo field selected. but i cannot get it to save it in my java page how can i fixe it??? Answer posted by Support on Jul 08, 2008 01:57 The component is fully client side and can't interact with server side code on its own. If combo was placed inside form - you can just submit work to server side script, info about currently selected value will be sent to server side as part of form's data |