Hi @naresh5361 ,
You can achieve this through ajax call along with custom JavaScript based on dialog ready, which is responsible to get response from servlet.
some sample code snippet as below
<script>
$.ajax({
type : "POST",
url : '/bin/submitdata',
/*data : { ...