iframe « PrimeFaces « JSF Q&A





1. JSF - iFrame src attribute does not match HTML display    stackoverflow.com

I have an iFrame in my page looking like this:

<h:panelGroup id="gameDiv">
    <f:verbatim>
        <iframe src="/levelup/resources/#{cc.attrs.src_dir}/#{cc.attrs.src_html}"     width="700px" height="800px" frameborder="0" ...

2. Show content from other website and track the URL    stackoverflow.com

On my JSF page I am trying to show some other website in an iframe and show its URL. I understand now that for security reasons I can only access the ...

3. how to resize an iframe to fit the enclosing panel    stackoverflow.com

I am using PrimeFaces 3 for this. I have an iframe element inside a p:panel which is enhanced with a p:resizable component. What I want is to automatically resize the iframe ...

4. How to position a p:dialog outside of the browser or iframe window    stackoverflow.com

In my application, I render one or more iframe elements in the main page, each of which displays the summary of a data record. What I want to do ...

5. Close a lightBox primefaces from iframe Button    stackoverflow.com

I use primefaces lightbox component with seam. I have a firstpage.xhtml page, where I have a button that display a lightbox with iframe parameter, that will display a secondpage.xhtml that have some ...

6. Update component from iframe    stackoverflow.com

There are a <p:inputText> and a <p:commandButton>. I want to click the button to open a dialog with a table. When I select one row and press OK, I would like ...

7. Update inputText from lightbox iframe mode    forum.primefaces.org

Hi all, I'm also interested in this. We are trying to resolve it with something like this but it does not work. ...

8. SOLVED: Use of IFrame in Layout Component for FileUpload    forum.primefaces.org

>> << Chris55 Posts: 46 Joined: 09 Jan 2010, 18:56 07 Jun 2011, 20:38 by Chris55 SOLVED: Use of IFrame in Layout Component for FileUpload Hi All, I am trying to ...

9. Close LightBox from an iframe button    forum.primefaces.org

Hi, I have a main page, where I have a button that display a lightbox with iframe parameter, that will display a secondpage.xhtml that have some form fields and a "Close ...





10. Use p:resizable with iframe?    forum.primefaces.org