| Author |
Message |
|
|
Great help! It worked. Thanks a lot.
No one in this forum had the answer to such a simple problem when i tried the migration from 1.6 to 1.8 while ago.
|
 |
|
|
|
I use xp theme and still didn't work, only works when i use the traditional jsf tags "<h:", when i use the "<ice:" tag the styleClass gets overrided by the IceFaces default styleClass.
|
 |
|
|
|
I changed the template but with this tag it does not load any stylesheet file, any ideas?
|
 |
|
|
|
The community would like to know about the solution of this problem
|
 |
|
|
I have a similar problem, when i apply an specific styleclass in any component it doesn't work. For example:
template.xhtml:
Code:
<link rel="stylesheet" href="/site/css/intranet.css" type="text/css"/>
<link rel="stylesheet" href="/site/css/xp/xp.css" type="text/css" />
index.jspx:
Code:
<ice:outputText styleClass="myParticularCssClass" value="Example text"/>
Doesn't apply the style indicated in the parameter, it works fine in version 1.6 but not in 1.8DR1.
Any ideas?
|
 |
|
|
|
I have interest in the explanation/solution either because i have the same problem.
|
 |
|
|
|
I solved my problem changing the request scope of my bean, from request to session. It seems like IceFaces have problems when calling a request scope twice on the same page.
|
 |
|
|
|
Me too, same problem. I click in a button in one page, it sends to the other page as i desired but when i click on a button on other page nothing happens, when i go to another page and then i go back to the previous page some of the things i changed are changed.
|
 |
|
|
|
I had the same problem with jboss 4.2.1(without seam) someone have a solution?
|
 |
|
|
|
Wrong post, forget.
|
 |
|
|
|
IceFaces 1.6 DR1, tomcat 5.5 and i tested in ie6 and firefox 2 with the same result
|
 |
|
|
|
I am having the same problem when i lose the focus of the popup panel, i am using MyFaces RI, facelets(xhtml) and tomcat 5.5
|
 |
|
|
|
If anyone had the same problem please post here and let's see what we can do to help each other. I'm making some tests here and 'll post if i have success.
|
 |
|
|
Are the same type of characters that was on the earlier page, but that page doesn't have faces and icefaces tags, it´s just plain html(container authentication) the internal pages are using faces, facelets and icefaces and they where working fine in DR1.
I am attaching my template and one of my pages to see if helps.
|
 |
|
|
I'm having the same problem with the internal pages and this solution didn't worked. I am using xhtml + facelets + icefaces components. I'm getting the folowing error:
javax.faces.FacesException: Problem in renderResponse: Invalid byte 2 of 3-byte UTF-8 sequence.
at com.icesoft.faces.facelets.D2DFaceletViewHandler.renderResponse(D2DFaceletViewHandler.java:308)
at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:152)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
at com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:26)
at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:121)
at com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:31)
at com.icesoft.faces.webapp.http.servlet.BasicAdaptingServlet.service(BasicAdaptingServlet.java:16)
at com.icesoft.faces.webapp.http.servlet.MultiViewServlet.service(MultiViewServlet.java:59)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:41)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:18)
at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:63)
at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:41)
at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:18)
at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:47)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at br.com.bb.sgc.filter.SessionFilter.doFilter(SessionFilter.java:131)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at br.com.bb.sgc.filter.SessionFilter.doFilter(SessionFilter.java:83)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:172)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.UTFDataFormatException: Invalid byte 2 of 3-byte UTF-8 sequence.
at org.apache.xerces.impl.io.UTF8Reader.invalidByte(Unknown Source)
at org.apache.xerces.impl.io.UTF8Reader.read(Unknown Source)
at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)
at org.apache.xerces.impl.XMLEntityScanner.scanContent(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanContent(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:176)
at com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:237)
at com.sun.facelets.compiler.Compiler.compile(Compiler.java:108)
at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:192)
at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:141)
at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:93)
at com.icesoft.faces.facelets.D2DFaceletViewHandler.renderResponse(D2DFaceletViewHandler.java:287)
... 46 more
Any suggestion?
|
 |
|
|