Ajax Cascade option (Dynamic Cascading Drop-Down List) unable to retrive the value holds inside a text field where the value of the text field is being set by Javascript (Javascript API).
For example:
<script>
$('#textField1').val('I want to retreive this');
</script>
Field Id to Control Available Options Based on Grouping: textField1
I'm using List selection (JDBC) for this AJAX calling where ( ? ) doesn't retrieve anything from textField1.
Both works fine individually but not working when intergrated togather.
Greetings all,
Ajax Cascade option (Dynamic Cascading Drop-Down List) unable to retrive the value holds inside a text field where the value of the text field is being set by Javascript (Javascript API).
For example:
<script>
$('#textField1').val('I want to retreive this');
</script>
Field Id to Control Available Options Based on Grouping: textField1
I'm using List selection (JDBC) for this AJAX calling where ( ? ) doesn't retrieve anything from textField1.
Both works fine individually but not working when intergrated togather.
Any help will be much appreciated.