Adding target attribute to <a> of DisplayTag
问题 I am using display tag library for downloading the content as CSV and XLS. I am able to download the files but after opening the downloaded file am unable to click on any other links in the application. (This is specific to IE Browser) But am able to click on a button . I understood that adding target="_blank" in the Anchor tag that is dynamically created by just passing requestURI="....." and some of the properties from displaytag.property will resolve this (I tested this in developer tool).