In the form: id = “pojo.name” with jQuery value. If $(“#pojo.name”).val() is not available directly. The correct method is:
$("[id='pojo.namepojo.name']").val(); In the form: id = “pojo.name” with jQuery value. If $(“#pojo.name”).val() is not available directly. The correct method is:
$("[id='pojo.namepojo.name']").val();