OPEN DOCUMENT NEW WINDOW

2011-02-01 Thread Ángel Miralles Arévalo
Hey, I'm trying to open a pdf in a new window. Anyone with some experience? My jsp code is: h:commandLink value= actionListener=#{docsProyectoVO.descargaDoc} immediate=true h:graphicImage url=#{rsc.btn_pdf} styleClass=border0/ f:param

Re: OPEN DOCUMENT NEW WINDOW

2011-02-01 Thread Walter Mourão
1 - create a servlet to return the pdf 2 - using javascript open the new window with a object/ element pointing to the servlet Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br 2011/2/1 Ángel Miralles Arévalo anmiral...@yahoo.es Hey, I'm trying to open a