Re: [appfuse-user] Appfuse 2.0.2 JSF Archetype -- Form request scope not working

2008-10-28 Thread ycharron
-initialization? The userList/userForm behavior is what I'm looking for and I can't find the differences.. Both my list and my Form are in request scope exactly like the userList/userForm. Thanks ycharron wrote: > > Hi guys, > I'm currently experimenting with JSF and I

[appfuse-user] Appfuse 2.0.2 JSF Archetype -- Form request scope not working

2008-10-28 Thread ycharron
Hi guys, I'm currently experimenting with JSF and I am struggling with a new basic form that I've added based on the userForm . The issue is that for some reason my row id is being set twice. The first time I can see that my param is being set, the edit() method retrieve the correct values from

[appfuse-user] JCaptcha appfuse 2.0.2 - JSF

2008-07-09 Thread ycharron
Hi, I'm trying to integrate JCaptcha in the signupForm base on the following JSF/JCaptcha tutorial. http://www.emforge.org/wiki/ImplementingCaptchaWithJSF. When I compile the project it now gives me the following error : [ERROR] BUILD ERROR [INFO]

Re: [appfuse-user] Tomahawk inputCalendar Appfuse 2.01 problem

2008-05-29 Thread ycharron
Hi Matt, Yes I'm deploying onto tomcat 6. Thanks mraible wrote: > > Are you using Tomcat 6? > > Matt > > On Fri, May 9, 2008 at 9:32 AM, ycharron <[EMAIL PROTECTED]> wrote: >> >> Hi, >> I'm trying to get the inputCalendar compo

[appfuse-user] Tomahawk inputCalendar Appfuse 2.01 problem

2008-05-09 Thread ycharron
Hi, I'm trying to get the inputCalendar component working in appfuse 2.0.1 and I now need help. Looking at the documentation from myfaces, I made sure that the extensionFilter were set and they were. http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Re: [appfuse-user] Appfuse 2 JSF - A4J undefined question

2008-03-11 Thread ycharron
that's hosted on demo.appfuse.org? > > Thanks, > > Matt > > On 3/4/08, ycharron <[EMAIL PROTECTED]> wrote: >> >> Hi, >>I just started getting issues with the ajax demo. I doesn't run >> anymore >> and I'm getting the fol

[appfuse-user] Appfuse 2 JSF - A4J undefined question

2008-03-04 Thread ycharron
Hi, I just started getting issues with the ajax demo. I doesn't run anymore and I'm getting the following ie message ERROR 'A4J' is undefined. I try to search the forum before posting this and I didn't find a solution yet. I'm looking for pointers, what could possibly cause this AJax problem

[appfuse-user] Appfuse 2 JSF - A4J undefined question

2008-03-04 Thread ycharron
Hi, I just started getting issues with the ajax demo. I doesn't run anymore and I'm getting the following ie message ERROR 'A4J' is undefined. I try to search the forum before posting this and I didn't find a solution yet. I'm looking for pointers, what could possibly cause this AJax problem

[appfuse-user] Appfuse 2 Spring-Hibernate query result filter question

2008-02-15 Thread ycharron
Hello, I'm trying to use a hibernate filter to limit child records of an oneToMany association. @Entity public Class Parent { ... private Set childs = new HashSet(); ... @OneToMany (fetch=FetchType.EAGER) @JoinColumn(name = "fk_parentId") @Filter(name="validRecord",

Re: [appfuse-user] Appfuse JSF-Basic web test failing under windows platform

2008-01-07 Thread ycharron
nstalled or running by default. > > http://appfuse.org/display/APF/Installing+an+SMTP+Server > > Matt > > On Jan 7, 2008, at 6:31 AM, ycharron wrote: > >> >> Appfuse JSF-Basic web test failing under windows platform. >> >> Hello, >> I’m a n

[appfuse-user] Appfuse JSF-Basic web test failing under windows platform

2008-01-07 Thread ycharron
Appfuse JSF-Basic web test failing under windows platform. Hello, I’m a newbie regarding this maven automated building system, so please bear with me. I’m trying to get through the appfuse 2 quickstart guide and I’m running into an error when I run the command mvn after having install-i