October 04, 2008

Putting an iFrame into JSF - Not so hard these days

Here it is:

    <f:verbatim>
         <iframe src="${PresentationTool.slide.url}" width="100%" height="1200px">
         </iframe>
     </f:verbatim>

I am guessing that this got much easier when JSP and JSF became friends... Posted by csev at October 4, 2008 03:20 PM