You need to sign in to do that
Don't have an account?

JS function not executed after VF rerender
Hi,
I have a select list where multiselect="true".
When the page loads, I can select a value and a JS function is executed and rerender part of the page, including the slect list, bringing back different results an re populating the select list.
The problem is that after re rendering, when I choose a value in the select list, nothing happens and the JS function doesn't get executed.
Anyone ?
I have a select list where multiselect="true".
When the page loads, I can select a value and a JS function is executed and rerender part of the page, including the slect list, bringing back different results an re populating the select list.
The problem is that after re rendering, when I choose a value in the select list, nothing happens and the JS function doesn't get executed.
Anyone ?
Need to look at your VF code for this, can you post?