Messages posted by Yves
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
Messages posted by: Yves  XML
Profile for Yves -> Messages posted by Yves [7]
Author Message
Hi Philip,

I think I will wait before integrating facelets until Jdev provide better support for it. Initially, I wanted to use facelets just for templating. Do you see any problem using icefaces with jsp includes? is there any other jsp compatibility problems I should be aware of ?
Hi Philip,

Thanks again for your help.

I fixed the timezone page and it's working fine.
Now i'm trying to integrate facelets to my environment. The editor is complaining about a unregistered TLD for facelets.

I could not find any tld file under the facelets 1.0.14 distribution. I found a facelets.tld under an old distribution I have (0.0.8) but it does not seem to solve the problem.

Any idea?
Hello ,

I'm having problem integrating facelets to my JDEV environment.

First, i tried to use jsp:directive.include to put together my pages but I ran into problems. For example the following page:

<f:view xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:ice="http://www.icesoft.com/icefaces/component">
<html>
<head>
<title>ICEfaces Test</title>

</head>
<body>
<jsp:directive.include file="/app/header.jspx"/>
<ice:form>
<ice:commandButton value="Invoke"
action="#{effectBean.invokeEffect}"/>
<ice:outputText value="Effect Test"
onmouseovereffect="#{effectBean.textEffect}"/>
</ice:form>
</body>
</html>
</f:view>

will generate an error 500 if you click on the refresh button.

Anyway I don't mind getting rid of JSP and replace it with Facelets but this is where I get confused.

Is facelet integrated with Ice? if not what is the iceface-facelets.jar lib ?

If not, what facelet jar do I need to include? what about JSP Tag lib?

Thanks
Hi Mark,

I'm getting this. What lib am I missing ?

SEVERE: Failed initializing facelet.
oracle.classloader.util.AnnotatedNoClassDefFoundError:

Missing class: com.sun.facelets.compiler.TextUnitFactory

Dependent class: com.icesoft.faces.facelets.D2DTextUnitFactory
Loader: current-workspace-app.web.atdestin-ViewController-webapp:0.0.0
Code-Source: /F:/jdevICE/icefaces/lib/icefaces.jar
Configuration: <classpath> in F:\jdevICE\jdev\mywork\atdestin\ViewController\public_html
Hi,

I'm trying to follow the TimeZone tutorial using Oracle Jdev and I get the following error on the <f:view.. declaration:

Element view not expected

But the page will compile and run. It is the Jdev editor complaining. How do I fix this?

Thanks
Hi Philip,

I did that and now the editor complains about the 5 h:column tags with the message Element h:column not expected.

This is the timezone.jspx from tutorial 4.

I tried with and without the f:view tag without success. And now I cannot run the page.

Any idea?
Hello,

I just installed ICEFaces on jdev 10g but I cannot use code-assist. I get the message in the subject.

When I start my app, this is what I get in the log. Please help..!

28-Jun-2006 11:16:14 AM com.icesoft.faces.application.D2DViewHandler <clinit>
INFO:
ICEsoft Technologies, Inc.
ICEfaces-Community 1.0.0
Build number: 14
Revision: 7760

28-Jun-2006 11:16:14 AM com.icesoft.faces.webapp.xmlhttp.ResponseStateManagerFactory getResponseStateManager
INFO: using response state manager: com.icesoft.faces.webapp.xmlhttp.ResponseStateManager
 
Profile for Yves -> Messages posted by Yves [7]
Go to:   
Powered by JForum 2.1.7ice © JForum Team