I am trying to use the HttpServletResponse.setHeader("Content-Disposition","attachment;filename=filename.txt"); to download a file and it is working fine, but once the download bar appears on the page the HTMLB dropdownlistbox though it is still populated will not submit to the servlet based on the onSelect event. It still calls the onClientLClick and I can see the selection. The RadioButtons function fine and I can still navigate through the table if there are multiple pages. Is there something special about Dropdownlistboxes that fucntions differently from other components?
↧