| Author |
Message |
|
|
Hi adnan,
Is it also possible to include icefaces pages in the described manner (MyBean.getcontent returns a valid icefaces:form for example) and that content is rendered by the persistent faces servlet?
Maybe I will give it a try but i assume thate there will only be static text.
Greetz
Matt
|
 |
|
|
Hello Ted,
thank you very much, I will check this out and tell you if all went well.
Bye
Matt
|
 |
|
|
ted.goddard wrote:
your message seems to imply that you would like to dynamically generate the XHTML file containing the tags and markup
Yes, thats excactly what I want to do.
ted.goddard wrote:
Could you elaborate more on your application?
sure...
I want to parse an XHTML-Document which contains extra XML tags to wrap the HTML and circumscribe these as an extra object. The application gets the XML documents and should then generate an iface page with interactive elements in it. It should be used to represent lessons in an more interesting manner (enriched by ICEfaces).
Lets say we have a sort task. The XML contains a list with the correct order of the items. The parser should generate a Positioned Panel with the appropriate values for the backing bean.
I want to use the cool features of ICEfaces without having to deal with javascript.
Thanks for your help.
Greets
Matt
|
 |
|
|
Hello,
I'm quite new to web technologies and ICEfaces as well and I'm wondering, wheather it is possible to send the output of an ordinary servlet directly to the icefaces servlet?
The servlet generates xhtml-pages with icefaces components in it. These pages should then be processed by the Persistent Faces Servlet and the output displayed in the browser window.
How would I realize this? I do not want a complete solution but some hints, if this is possible and how to realize.
Thanks
Matt
|
 |
|
|
Hi,
as I see in the tag library doc left and right tab alignment is not supported yet as is Drag&Drop nodes within tree component.
Will this features be included in the next release (1.6) of Icefaces?
Would be great.
Greets
Matt
|
 |
|
|
Hi,
for me it works fine, whats your code?
Matt
|
 |
|
|
Hello,
I want to realise a tree component similar to the dynamic tree example in the component showcase. Additionally we should be able to move subelements via Drag&Drop (position matters) similar to Windows Explorer.
Does anyone already tried something like this with iceface (if even possible) and can give me some advises how to start?
Thanks
Matt
|
 |
|
|
Hi,
yust in case you do not know yet, you can use a simple tooltip for every component by using the title attribute. works fine!
Matt
|
 |
|
|
Wow that was fast.
There was indeed an error in my backing bean (a property could not be set).
Now everything is fine.
Many Thanks
Matt
|
 |
|
|
Once again:
This issue appears only if I have a inputSecret filed in the panelTab. All works fine and I could change between tabs as long as I do not choose the one with the password fields.
Someone having the same problem?
Matt
|
 |
|
|
Hi,
I have the same problem.
Modified the example from the showcase (text-fields). I do not have a tab change listener but the component showcase does not have one either and it works...queer thing.
If you reload the Browser the correct tab is displayed. Seems that the view is not updated correctly.
I am using facelets but I do not believe that this is the reason...
Any Ideas?
Matt
|
 |
|
|
selwyn_martin wrote:
Even it works for me with Tomcat 5.5.12 but not with 5.5.20.. any clue?
Same for me, installed the tomcat 5.5.20 with the installer as a service and got the following error:
Code:
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Exception in JSP: /index.jsp:6
3: <title>ICEfaces Component Showcase</title>
4: </head>
5: <body>
6: <jsp:forward page="showcase.iface" />
7: </body>
8: </html>
Stacktrace:
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:506)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
root cause
javax.servlet.ServletException: Servlet.init() for servlet Persistent Faces Servlet threw exception
org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:688)
org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:658)
org.apache.jsp.index_jsp._jspService(index_jsp.java:49)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
root cause
java.lang.RuntimeException: java.lang.NullPointerException
com.icesoft.faces.webapp.xmlhttp.PersistentFacesCommonlet.init(PersistentFacesCommonlet.java:112)
com.icesoft.faces.webapp.xmlhttp.PersistentFacesServlet.init(PersistentFacesServlet.java:125)
org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:688)
org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:658)
org.apache.jsp.index_jsp._jspService(index_jsp.java:49)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
Any idea, will switch to another veersion of tomcat temporary
Greets
Matt
|
 |
|
|
Hi again,
I will look into the one panel open option.
That would be great, thanks alot.
I have played along a little with the accordion and have a few suggestions (probably you intend to do it anyway).
- different accordion header style classes for open panels,
- mouse over header style change (background, color),
- possability to enable a open/close icon (right or left side)
Still one one question:
How do I fill different content to the accordion example with the panel series, I guess it will not work with the List in the backing bean, will it?
Many thanks
Matt
|
 |
|
|
Hi,
the demo is cool. It would be great if one could set that there may only be one Panel open at one time and the sliding speed of the panels.
When will it be available for productional use?
Greets Matt
|
 |
|
|
Hi Philip,
I see the "Content of Accordion panel" 5 x 5 Times but nothing else happened, if I click somewhere
Code:
<x:accordion label="#{var.label}" open="#{var.open}" actionListener="#{var.actionListener}" styleClass="accordion">
Where is the style class for accordion sittuated, could not find it in accordion.jsp
Could you please specify under which enviroment this runs best (Servlet version, JSF: myFaces oder Sun RI...
Thanks
Matt
|
 |
|
|