| Author |
Message |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 05/03/2007 02:03:37
|
nypansson
Joined: 28/02/2007 00:00:00
Messages: 4
Offline
|
For the moment have I decided to leave ICEfaces until someone can describe how I can get it work within an existing NetBeans project. We have tested also Ajax4JSF. This work but lacks when it comes to components - ICEfaces looks better but seems to be really difficult to use. Maybe we must move to Jboss SEAM to be able to use ICEfaces = huge step that hasn't been investigated enough yet. Maybe it is better to wait for improved Ajax blueprints from the NetBeans team.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 12/03/2007 09:30:35
|
marios
Joined: 01/03/2007 00:00:00
Messages: 4
Offline
|
Hello people,
I have also the same problem, although I am using Java Studio Creator 2. Anyway Netbeans and Java Studio Creator are more or less the same so I am also very interested if a solution can be found for this.
|
Marios |
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 13/03/2007 12:18:04
|
frank.ye
Joined: 26/10/2004 00:00:00
Messages: 442
Offline
|
Please create a new thread related to Netbeans 5.5 VWP.
It is better to clarify the environment to run your web application.
For example,
J2EE Server:
Sun Application Server 8 sp4.
Other libraries if have any.
Error related to jsp page, including the page.
note, Sun Application Server 9 (glassfish version 2) is not supported at ICEfaces 1.5.3 release.
If particular issue that you have, please log a jira case at the following:
http://jira.icefaces.org
thanks,
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 29/03/2007 18:03:29
|
msamir
Joined: 06/02/2007 00:00:00
Messages: 2
Offline
|
I also have the same problem. Have anyone found a solution yet? Please moderators, can you give us a hand in here?
nypansson wrote:
Hi,
I got also this exception. I have a existing project which I build using NetBeans Visual Pack. I'm running EJB3 under JBoss. All this working fine.
After installation of ICEFaces could I directly start to add components from my Visual edtitor. But after deployment and my first test could I not access my index-page from the browser. I found a post at Jboss that said that I'm must change my web.xml (http://jira.jboss.com/jira/browse/JBSEAM-827?decorator=printable). Without understanding why did I do this change:
<context-param>
<param-name>com.icesoft.faces.delegateNonIface</param-name>
<param-value>true</param-value>
</context-param>
After this can I run my old project as before. I have added a new page to test ICEfaces. When I access this page do I get the same error that markdcc got.
Are their anybody out there that could describe short and concrete all steps to get ICEfaces working together with NetBeans Visual Pack and Jboss running EJB3 and Java 1.5?
Agree with markdcc - ICEfaces components looking great!
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 01/04/2007 12:35:15
|
msamir
Joined: 06/02/2007 00:00:00
Messages: 2
Offline
|
While looking around, I found a very s imple solution for the infamous "HIERARCHY_REQUEST_ERR" Exception:
" just add the <html> tag before body inside <f:view>, close all the tags properly, it will work."
That's it! See the last post at http://www.icefaces.org/JForum/posts/list/4141.page#18404
Best regards,
Moataz
|
|
|
 |
|
|