Eclilpse 3.2 + WST + IceFaces plug-in
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
Eclilpse 3.2 + WST + IceFaces plug-in  XML
Forum Index -> Tools
Author Message
khandur

Joined: 28/11/2006 00:00:00
Messages: 108
Offline


Hi!

I installed the eclipse plugin in a new instalattion os eclipse 3.2.

Then i created a ice faces project, just like the readme.html of plugin teach.

But, when a simple create a jsp file (new > JSP > New IceFaces File), it's show me this error:
Code:
 (...)
 exception 
 
 org.apache.jasper.JasperException: Exception in JSP: /index.jsp:5
 
 2: <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 3: <%@ taglib uri="http://www.icesoft.com/icefaces/component" prefix="ice"%>
 4: 
 5: <f:view>
 6: 	<html>
 7: 	<head>
 8: 	<title>ICEface page</title>
 
 
 Stacktrace:
 	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:504)
 
 (...)


What is happening?

Thanks in advance.
philip.breau


Joined: 08/05/2006 00:00:00
Messages: 2691
Offline


Hi,

Are you trying to launch the file? This looks like it's encountering a jsp exception on trying to run the jsp. This could happen if the file is launched with non-JSF url (ie. the file name) rather than, say, index.iface.

Thanks,
Philip

.
khandur

Joined: 28/11/2006 00:00:00
Messages: 108
Offline


philip_b wrote:
Hi,

Are you trying to launch the file? This looks like it's encountering a jsp exception on trying to run the jsp. This could happen if the file is launched with non-JSF url (ie. the file name) rather than, say, index.iface.

Thanks,
Philip 


It worked!

Thanks!
eheb

Joined: 14/02/2007 00:00:00
Messages: 5
Offline


I start today with ICEFaces.
with the readme file, step 4 I restart the eclipse 3.2.1 with WTP1.5.3.
there is NO ICEfaces plugins.
what does it happen ?

khandur wrote:
Hi!

I installed the eclipse plugin in a new instalattion os eclipse 3.2.

Then i created a ice faces project, just like the readme.html of plugin teach.

But, when a simple create a jsp file (new > JSP > New IceFaces File), it's show me this error:
Code:
 (...)
 exception 
 
 org.apache.jasper.JasperException: Exception in JSP: /index.jsp:5
 
 2: <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
 3: <%@ taglib uri="http://www.icesoft.com/icefaces/component" prefix="ice"%>
 4: 
 5: <f:view>
 6: 	<html>
 7: 	<head>
 8: 	<title>ICEface page</title>
 
 
 Stacktrace:
 	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:504)
 
 (...)


What is happening?

Thanks in advance. 
liming.wu

Joined: 26/10/2004 00:00:00
Messages: 405
Offline


khandur,

>>there is NO ICEfaces plugins.
Are you sure?
Have you added ICEFaces facet When you created dynamic web project?
[Email]
 
Forum Index -> Tools
Go to:   
Powered by JForum 2.1.7ice © JForum Team