I have a view wich shows pdf file names.
I am calculating the link for those pdf files in the pageUrl property.
So when the user clicks on a pdf file name , the pdf file will open.
but .... They open in the same window.
I would like to open them in a new window.
I changed the "Display column values" "content type" to "HTML"
and calculating the link as <href ..... target="_blank" but , I always get errors.
It seems xpage is adding the servername and current nsf filename in front of my calculated link.
I can remove this nsf filename by adding ../ in front of the Href , but can't remove the servername even when adding several ../ in front
:(