I will try to do that in the next days. ________________________________
Von: Anil Kommareddi [mailto:[EMAIL PROTECTED] Gesendet: Montag, 11. Dezember 2006 18:46 An: [email protected] Betreff: RE: SplitPane in Webapp Sounds similar to http://issues.apache.org/jira/browse/MYFACES-453. Maybe you can submit a patch per the above issue? - Anil. -----Original Message----- From: Strittmatter, Stephan [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 11:00 AM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: AW: SplitPane in Webapp Hm, it does not work in portlet environment :-( 15:54:19,638 ERROR [jsp:154] java.lang.ClassCastException at org.apache.myfaces.custom.dojo.DojoUtils.isInlineScriptSet(DojoUtils.java:422) at org.apache.myfaces.custom.dojo.DojoUtils.addMainInclude(DojoUtils.java:193) at org.apache.myfaces.custom.dojolayouts.DojoContentPaneRenderer.encodeJavascriptBegin(DojoContentPaneRenderer.java:58) at org.apache.myfaces.custom.dojolayouts.DojoSplitPaneRenderer.encodeJavascriptBegin(DojoSplitPaneRenderer.java:41) at org.apache.myfaces.custom.dojolayouts.DojoContentPaneRenderer.encodeBegin(DojoContentPaneRenderer.java:77) at org.apache.myfaces.custom.dojolayouts.DojoSplitPaneRenderer.encodeBegin(DojoSplitPaneRenderer.java:63) at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:515) at org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:401) at org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase.renderChildren(HtmlGridRendererBase.java:229) at org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase.encodeEnd(HtmlGridRendererBase.java:101) at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:539) at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:498) at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:366) at org.apache.myfaces.shared_impl.taglib.UIComponentBodyTagBase.doEndTag(UIComponentBodyTagBase.java:57) at org.apache.jsp.toplevel_jsp._jspx_meth_h_panelGrid_0(toplevel_jsp.java:326) at org.apache.jsp.toplevel_jsp._jspx_meth_h_form_0(toplevel_jsp.java:266) at org.apache.jsp.toplevel_jsp._jspService(toplevel_jsp.java:200) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332) It is again a cast on HttpServletRequest there... -----Ursprüngliche Nachricht----- Von: Anil Kommareddi [mailto:[EMAIL PROTECTED] Gesendet: Montag, 11. Dezember 2006 15:41 An: 'MyFaces Discussion' Betreff: RE: SplitPane in Webapp I have not tried it, but there is a SplitPane in the sandbox that you can look at. Here is an example: http://example.irian.at/example-sandbox-20061211/dojo/splitpanejsfonly.jsf - Anil. -----Original Message----- From: Strittmatter, Stephan [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 9:22 AM To: MyFaces Discussion Subject: SplitPane in Webapp Hello together, I create a webapp wich is more an application than a webpage and I search for a feature like a Jsplitpane. I only know this feature with framesets, but I can not use frames. Does anybody has an idea? Probably this could be also a useful component for MyFaces Tomahawk? Regards, Stephan

