| Author |
Message |
|
|
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
|
 |
|
|
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!
|
 |
|
|