OutputLink « IceFaces « JSF Q&A

Home
JSF Q&A
1.API
2.Bean
3.Component
4.Control
5.Data
6.database
7.Datatable
8.Development
9.Exception
10.Facelets
11.Form
12.Glassfish
13.HTML
14.IceFaces
15.Internationalization
16.JPA
17.JSP
18.MyFaces
19.openfaces
20.Page
21.Portlet
22.PrimeFaces
23.RichFaces
24.Seam
25.Security
26.Servlet
27.Session
28.Tag
29.Test
30.Tomcat
31.validation
32.Web Service
JSF Q&A » IceFaces » OutputLink 

1. OutputLink: How?    icefaces.org

2. ice:tree and ice:outputLink relative to the context    icefaces.org

Dear community: I'm creating a multi-folder application. My problem is with the pages outside the root folder. Sample structure: MY_APP/ MY_APP/platform/ MY_APP/WEB-INF/ MY_APP/WEB-INF/inc-content MY_APP/WEB-INF/inc-content/platform/ MY_APP/WEB-INF/inc-template MY_APP/css/ When I open the default page at MY_APP/ root folder, everything is fine. When I click to the MY_APP/platform/home.jspx page, I get it almost correctly, but then 1) Images doesn't appear (ice:tree configured with imageDir="./xmlhttp/css/xp/css-images/") ...

5. outputChart within outputLink    icefaces.org

6. onContextMenu with OutputLink/Text?    icefaces.org

9. h:outputLink && f:actionListener    icefaces.org

10. .chm file opening issue with     icefaces.org

12. outputLink - loss of control for the first web page ?    icefaces.org

Hello everyone, My first web page works well. In this page, I use an outputLink to open a second page, but the first page lose its control after the opening of the seconde page. My code is : ... ... someone sees where is the problem? Thank you.

13. dataExporter & outputLink    icefaces.org

16. ice:outputLink problem with image in ie9    icefaces.org

Thank you very much for your answer. I have tried with h:graphicImage and ice:graphicImage but the problem was the same. However, JIRA has given me an answer to what was happening. Problem is the IE9 cache. I've solved it by loading the image on the previous page with attribute visible="false". Thank you!!

17. outputLink open document problem    icefaces.org

19. Problem using OutputLink with CommandLink    icefaces.org

Hi Philip, Thanks for your response, I have used the data table inside the data table, First column is CommandLink and the Last column is outputLink. When i click the any one of the outputLink (First time) it is working fine. After clicking on any outputLink or commandLink, the links are not working. For you reference:

20. open documents using outputlink    icefaces.org

Hi, i am opening documents(pdf,doc,ppt ,etc..) using output link. the value attribute of outputlink gets the path from managed bean. the link opens correctly if there is no spaces " " in the path. if the path has space in it. its not opening. the path at the status bar replace all the spaces with "+" symbol. i am also having ...

22. Issue with ice:outputLink    icefaces.org

Hi All, I have an problem with Ice:outputLink. [b]My intention is to after clicking on [u]view resume[/u] need to open a browser without menubar and url field. [/b] I am using outputlink as following in my jspx page [b]resume.jspx[/b] [code] [/code] [b]resumeBean.java[/b] [code] public void viewResume(){ JavascriptContext.addJavascriptCall(FacesContext.getCurrentInstance(),"window.open(\"Ravi \",\"Gonella");"); } [/code] Please help ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.