| Author |
Message |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 26/03/2008 11:12:29
|
gio2375
Joined: 14/11/2007 00:00:00
Messages: 18
Offline
|
mmm.....I don't know what dependencied are.....i build it using eclipse.
I tried to clean the project further on and I attached the project (without libs) and the war file.
Pleas let me know if it is ok..
Regards
| Filename |
Test.war |
Download
|
| Description |
War file |
| Filesize |
5450 Kbytes
|
| Downloaded: |
83 time(s) |
| Filename |
Test.zip |
Download
|
| Description |
Project without libs |
| Filesize |
410 Kbytes
|
| Downloaded: |
88 time(s) |
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 14/04/2008 01:58:40
|
crawling5
Joined: 19/09/2007 00:00:00
Messages: 30
Offline
|
I found the solution. It's the same for RC1.
In my template, I had an <ui:insert> in the <head> to add some css files and javascript method. When I write something in my differents pages, like a style, I can't show the second page.
So, I've setting this tag in the body of my template and now, all is working.
Why it's working no more since the DR3 ? No idea.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 15/04/2008 04:37:24
|
Baleyba
Joined: 16/11/2006 00:00:00
Messages: 110
Offline
|
Hi,
I again get this problem with the last 1.7.0 like on this post: http://www.icefaces.org/JForum/posts/list/7712.page
regards
Bal.
|
JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2 |
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 18/04/2008 19:27:02
|
mark.collette

Joined: 07/02/2005 00:00:00
Messages: 1556
Offline
|
gio2375, for the new release of ICEfaces, change all of your faces-config.xml navigation-rule's <from-view-id> and <to-view-id> from file.iface to file.jspx
As well, in your web.xml, your javax.faces.DEFAULT_SUFFIX context-param should not be .iface, but should instead be .jspx
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 19/04/2008 12:01:58
|
Baleyba
Joined: 16/11/2006 00:00:00
Messages: 110
Offline
|
Hi Mark,
thanks a lot for your answer!
It works fine by changing nav. rule <from-view-id> from .iface to .jspx.
But If I do the same for the <to-view-id> tag it doesn't work ??? Redirection goes on a white page.
Thanks again
regards,
Bal.
|
JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2 |
|
|
 |
|
|