I am updating a component via AJAX in JSF:
Click me
@Tuukka Mustonen, thank you for your answer.
And if we need access some another id from the same "place" we could use:
JavaScript function:
function myJSFunction(message) {
window.alert(message)
}
Output on dialog window:
1) myForm:aaa
2) null
3) myForm:ccc
4) myForm:aaa
Note: so the 1st and 3th have the same output.