Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-05-21 Thread Bryan Noll
Hisham... Hope you're still peaking at this list. If you did get it going, it'd be great to know how. Hopefully you can share... Thanks... Irshad Buchh wrote: Hi Hisham, Did you get it working now? I am looking for integration of icefaces, facelets and AppFuse 1.9.4. Can I share your note

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-05-14 Thread Irshad Buchh
Hi Hisham, Did you get it working now? I am looking for integration of icefaces, facelets and AppFuse 1.9.4. Can I share your notes in cas u got it working. --Irshad. shazam wrote: > > I changed the faces servlet mapping to use icesofts Persistent Faces as > follows: > > Persisten

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread shazam
I changed the faces servlet mapping to use icesofts Persistent Faces as follows: Persistent Faces Servlet *.html Now the menu shows up and the pages can be references as .html again. The content is still not showing up. I am also noticing the managed beans are not coming

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread Matt Raible
On 1/17/07, shazam <[EMAIL PROTECTED]> wrote: I think there are many things that need to be changed: 1. Make sure to have the following jar files (per Icesoft forum): Common Jars ** backport-util-concurrent.jar commons-beanutils.jar commons-collections.jar commons-digester.jar c

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread shazam
I think there are many things that need to be changed: 1. Make sure to have the following jar files (per Icesoft forum): Common Jars ** backport-util-concurrent.jar commons-beanutils.jar commons-collections.jar commons-digester.jar commons-discovery.jar commons-el.jar commons-file

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread Matt Raible
According to the following page, it looks like you just need to configure the view-handler in faces-config.xml. http://www.icesoft.com/developer_guides/icefaces/htmlguide/gettingstarted/TimezoneTutorial29.html Matt On 1/17/07, shazam <[EMAIL PROTECTED]> wrote: I have not found any relevant in

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread shazam
I have not found any relevant info at Icesoft. There are two ways Appfuse can be changed. 1. is to follow the JSF integration steps. When I do that I get this error: org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted. at org.apache.xerc

Re: [appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread Matt Raible
You might try searching/asking on the Icefaces forums. http://support.icesoft.com/jive/forumcategory.jspa?categoryID=5 Since Ajax4JSF doesn't provide any functionality in AppFuse core, you should be able to remove its .xhtml page, it's JARs, its build.xml listing and its registration in web.xml.

[appfuse-user] Getting Icesoft to work in Appfuse 1.9.4 with JSF framework

2007-01-17 Thread shazam
Hi, I have been trying to get Icesoft integrated into my Appfuse 1.9.4 application but can't seem to get it to work. Has anyone been able to get it to work and can share their notes? Icesoft's widgets are a lot better than Ajax4JSF, if you can get it to work. Any assistance would be appreciated.