| Author |
Message |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 05/02/2007 11:25:19
|
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.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 05/02/2007 14:29:31
|
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
|
. |
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 06/02/2007 04:11:37
|
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!
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 26/03/2007 09:40:34
|
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.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 26/03/2007 10:16:28
|
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?
|
|
|
 |
|
|