Tomahawk « IceFaces « JSF Q&A





1. icefaces upload file component vs Tomahawk file upload    stackoverflow.com

i am confused between using icefaces upload file component or Tomahawkfile upload, i have some question:

  1. is icefaces upload file component 2x have any bugs or cross browser issue ?
  2. can i upload ...

2. Ice faces with Tomahawk    icefaces.org

Hello, i am trying to use ICE faces with Tomahawk but when i try to open any page it gives and error 03:21:44,415 ERROR [Parser] Failed to execute JSP lifecycle. org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted. at org.apache.xerces.dom.CoreDocumentImpl.insertBefore(Unknown Source) at org.apache.xerces.dom.NodeImpl.appendChild(Unknown Source) at com.icesoft.faces.context.DOMContext.setRootNode(DOMContext.java:241) at com.icesoft.faces.renderkit.dom_html_basic.FormRenderer.encodeBegin(FormRenderer.java:111) at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:664) at javax.faces.webapp.UIComponentTag.encodeBegin(UIComponentTag.java:639) at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:477)" ...

4. Icefaces in tomahawk possible?    icefaces.org





11. icefaces and myfaces/tomahawk 1.1.4    icefaces.org

12. SOS tomahawk    icefaces.org

com.sun.faces.verifyObjects true com.sun.faces.validateXml true javax.faces.STATE_SAVING_METHOD server com.icesoft.faces.uploadDirectory upload com.icesoft.faces.uploadMaxFileSize 4048576 MyFacesExtensionsFilter org.apache.myfaces.webapp.filter.ExtensionsFilter MyFacesExtensionsFilter *.jsf org.apache.myfaces.webapp.StartupServletContextListener Faces Servlet javax.faces.webapp.FacesServlet 1 Persistent Faces Servlet com.icesoft.faces.webapp.xmlhttp.PersistentFacesServlet 1 Blocking Servlet com.icesoft.faces.webapp.xmlhttp.BlockingServlet 1 uploadServlet ...

16. Icefaces 1.6.0 DR3 & Tomahawk    icefaces.org





17. adding icefaces to an existing myfaces/tomahawk app    icefaces.org

Is it possible to add icefaces components to an existing myfaces/tomahawk application? (I'm trying with 1.6 DR#3 and myfaces/tomahwak 1.1.5) There seems to be no problem taking the icefaces framework and adding tomahawk to it, but how about the reverse? If not, no point in reading further. :( If it is possible, could someone point me to some docs on what ...

19. Tomahawk updateActionListener    icefaces.org

I have the same problem like described here: http://www.icefaces.org/JForum/posts/list/3745.page But the solutions doesnt work for me. Is there a way to render pages containing tomahawk tags only via the old servlet without any icefaces. e.g I would like to use .jsf extension for files containing no icefaces but tomahak and myfaces and I would like to use .iface for pages containing ...

20. Tomahawk and Facelets    icefaces.org

I'm trying to get tomahawk and facelets to work in ICEFaces. I switched from using standard ICEFaces and the ICEFaces facelet view handler. I can get the tomahawk to work in standard ice view format but not with the faceletviewhandler. Is this a supported? I switched to using the Facelet view handler because I need JSTL support (i.e. choose/if condition). Any ...

21. Tomahawk saveState    icefaces.org

22. IceFaces-1.6 + jsf (1.2) + Tomahawk (Apache) ??    icefaces.org

Hi, Id like to know if it is possible to use the combination IceFaces-1.6 + jsf (1.2) + Tomahawk (Apache) in a web page. I've been working with Icefaces-1.6.0 + JSF-1.2(Sun-RI) and would like to use some Tomahawk components without changing jsf to Myfaces implementation. I did, a small experiment by just adding Tomahawk library to my project and included a ...

24. Tomahawk schedule javascript error Hash class    icefaces.org

function domLib_getEventPosition(in_eventObj) 513{ 514 var eventPosition = new Hash('x', 0, 'y', 0, 'scrollX', 0, 'scrollY', 0); 515 516 // IE varies depending on standard compliance mode 517 if (domLib_isIE) 518 { 519 var doc = (domLib_standardsMode ? document.documentElement : document.body); 520 // NOTE: events may fire before the body has been loaded 521 if (doc) 522 { 523 eventPosition.set('x', in_eventObj.clientX + ...

25. Problems while integrating Icefaces 1.6, tomahawk 1.1.6, sandbox1.1.7 on JBoss 4.2.1    icefaces.org

I want to use the excelexport component available in sandbox to generate excel reports from the application. So I am integrating tomahawk and sandbox into our existing Icefaces 1.6 application running on JBoss 4.2.1. I am getting the following exception while trying to log in to the application - 08:37:21,658 ERROR [[Persistent Faces Servlet]] Servlet.service() for servlet Persistent Faces Servlet threw ...

28. ICEfaces + MyFaces Tomahawk integration    icefaces.org

Hello, I start using icefaces, and have a question about the navigation component. Is there any component to make the navigation menu of an application?? I mean, i saw in "Components showcase" that a tree is used as navigation component. I want something as panelNavigation from Tomahawk. I saw that there is many problems using icefaces and tomahawk together. Is there ...

29. Problems Migrating from MyFaces/Tomahawk to ICEfaces    icefaces.org

I have a working MyFaces/Tomahawk/Ajax4Jsf app which I'm attempting to convert to ICEfaces. Starting simply, I added the various icefaces jars and put the suggested entries into my web.xml; trimmed down the welcome.jsp to basically a helloworld page; stripped out all uses of tomahawk or a4j. Fiddled around with file suffixes -- seems like I'm forced to change my *.jsp files ...