Re: [appfuse-user] Problem with editProfile->userForm infinite reload/refresh loop

2007-05-27 Thread Eric Taieb
e"; > xmlns:h="http://java.sun.com/jsf/html";> > > > > > > > > > > > > > var f = document.forms['userProfile']; > f.elements['userProfile:_idcl'].value='userProfile:edit'; > f.submit(); >

[appfuse-user] Problem with editProfile->userForm infinite reload/refresh loop

2007-05-23 Thread Eric Taieb
Hi, I have been using appfuse for over 6 months. I am finishing the project and wrapping up the code and testing the interface I suddenly discover that the editProfile menu doesn't work anymore. The problem comes from here: in editProfile.xhtml var f = document.forms['userProfile']; f.e

Re: [appfuse-user] Integration JSF-Comp's ChartCreator to Appfuse 1.9.4 - deperately needing help...

2007-03-29 Thread Eric Taieb
mapping for .jsf file to faces servlet. Works like a charm! Thanks for your help anyway! Cheers, Eric PS: when I am done with this project I might contribute a JSF-Comp charting libs tutorial to integrate to an existing appfuse project... Eric Taieb wrote: > > My bad in the source code I

Re: [appfuse-user] 404 working for jsp but not for html files

2007-03-22 Thread Eric Taieb
just > meant upgrade MyFaces to the latest release. That should just be a > matter of downloading the JARs, putting them in a similar structure to > the current JARs (with a new version name on the directory) and then > changing the version number in lib/lib.properties. > > M

Re: [appfuse-user] 404 working for jsp but not for html files

2007-03-22 Thread Eric Taieb
ntae/Spring/JSF/Facelets) Thanks again for your help matt! Cheers, --Eric mraible wrote: > > The good news is this appears to be fixed in 2.x. I imagine it's an > issue caused by MyFaces. Can you try upgrading to the latest release? > > Matt > > On 3/21/07, Eric T

Re: [appfuse-user] 404 working for jsp but not for html files

2007-03-21 Thread Eric Taieb
> > Does this same behavior happen on the demo site? > > Http://demo.appfuse.org/appfuse-jsf > > Matt > > > On 3/21/07, Eric Taieb <[EMAIL PROTECTED]> wrote: >> >> I am using Hibernate/ Spring /JSF with facelets (default faces extensions >> .x

Re: [appfuse-user] 404 working for jsp but not for html files

2007-03-21 Thread Eric Taieb
I am using Hibernate/ Spring /JSF with facelets (default faces extensions .xhtml). -Eric mraible wrote: > > Which web framework are you using? > > Matt > > > On 3/21/07, Eric Taieb <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I have appf

[appfuse-user] 404 working for jsp but not for html files

2007-03-21 Thread Eric Taieb
Hi, I have appfuse 1.9.4 installed. If I request an inexistent jsp file, 4040.jsp is called perfectly. On the other hand if I request an inexistent html file (ie: dsqsqs.html) the 404 error is Tomcat's 404 page. Is this normal? is there anyway to have all 404 display the nicely formatted 404.jsp

Re: [appfuse-user] Integration JSF-Comp's ChartCreator to Appfuse 1.9.4 - deperately needing help...

2007-03-20 Thread Eric Taieb
ng > I can think of is to download the source for ChartCreator, attach it > to your project and step through it with a debugger. > > Matt > > On 3/20/07, Eric Taieb <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I have been trying to use your ChartCreator

Re: [appfuse-user] Integration JSF-Comp's ChartCreator to Appfuse 1.9.4 - deperately needing help...

2007-03-20 Thread Eric Taieb
My bad in the source code I found this: chartcreatorrequest.jsf?ts=1174409300531&id=editUser:chart1 But there is no such file in my webroot... Thanks again for your help... Cheers, Eric Eric Taieb wrote: > > For Step #3 I did modify web.xml this only: > > >

Re: [appfuse-user] Integration JSF-Comp's ChartCreator to Appfuse 1.9.4 - deperately needing help...

2007-03-20 Thread Eric Taieb
ely an issue with how > you've registered everything. > > Step #4 shouldn't matter since you're using Facelets. > > Matt > > On 3/20/07, Eric Taieb <[EMAIL PROTECTED]> wrote: >> >> Thanks for your quick reply Matt! >> So you do con

[appfuse-user] Integration JSF-Comp's ChartCreator to Appfuse 1.9.4 - deperately needing help...

2007-03-20 Thread Eric Taieb
Hi, I have been trying to use your ChartCreator 1.2.0RC1 jsf component in my project. I use Appfuse 1.9.4 in JSF/spring and Hibernate mode. I am fairly advanced in the project and everything works (Datamodel, Hibernate, spring JSF) tomahawk datatables work, and facelets is working great. When tr

Re: [appfuse-user] Weird problem in JSF navigation

2007-01-09 Thread Eric Taieb
Hi, I solved it on my own! For those who might be interested in nesting collections into datatables into editForms: Just added before the datatable to savestate and it works! -Eric Eric Taieb wrote: > > Hi, > > i have been struggling with this for a few days. if someon

[appfuse-user] Weird problem in JSF navigation

2007-01-08 Thread Eric Taieb
Hi, i have been struggling with this for a few days. if someone could help ? I have this code in my jsf page:

Re: [appfuse-user] Problem with XFireServlet startup - NoClassDefFoundError: org/springframework/beans/factory/support/ReaderContext

2007-01-05 Thread Eric Taieb
OOpss..don't know if it is going to work because testing of xfire doesn't work anymore: ant refresh throws: javax\xml\stream\XMLStreamReader.class not found I removed all test files for Xfire services and ant refresh works again.. Cheers, Eric Eric Taieb wrote: > > Hi,

Re: [appfuse-user] Problem with XFireServlet startup - NoClassDefFoundError: org/springframework/beans/factory/support/ReaderContext

2007-01-05 Thread Eric Taieb
as listed below. Perhaps > XFire/XBean is based on a candidate release of Spring 2.0? Looking through > the SVN repo of XBean, it looks as if XBean may rely on Spring v2.0 cr2 or > earlier. Perhaps you could give those a try? > > Mike. > > > On 1/5/07, Eric Taieb <[EMAIL P

[appfuse-user] Problem with XFireServlet startup - NoClassDefFoundError: org/springframework/beans/factory/support/ReaderContext

2007-01-04 Thread Eric Taieb
Hi, First thanks for creating Appfuse. It has been a major help on developing with Spring/JSF/Hibernate (very useful to learn how these interact) Everything works perfectly except for XFire. I have followed all tutorials (checked that the automatic procedure with ant in extras/xfire produced the