In between a servelt, for a specific condition, i need user confirmation dialog box. According to the user input, yes/no, the servlet should continue processing further or exit logging some message.
What concept can be used here?
Any help would be appreciated.