[appfuse-user] database problem

2008-04-23 Thread Anshu Dhamija
Hi I don't want to create my database table from the POJO but want to create database table and POJO separately and them map them of my own for this I made following changes into pom.xml org.dbunit.dataset.datatype.DefaultDataTypeFacto ry UPDATE org.hibernate.dialect.MySQL5InnoDBD

Re: [appfuse-user] Active user's full name not getting dispalyed

2008-04-23 Thread Rob Hills
Hi Chad, Chad Chen wrote: Thanks again for your explanation. My project was created using the *Spring MVC Basic Archetype *and you mentioned that OGNL is part of Struts 2*. *Does this explain why my final war doesn't include any ognl jar file? If that's the case, why would the "Active User v

Re: [appfuse-user] Active user's full name not getting dispalyed

2008-04-23 Thread Chad Chen
Thanks again for your explanation. My project was created using the *Spring MVC Basic Archetype *and you mentioned that OGNL is part of Struts 2*. *Does this explain why my final war doesn't include any ognl jar file? If that's the case, why would the "Active User view doesn't display fullname

Re: [appfuse-user] Active user's full name not getting dispalyed

2008-04-23 Thread Rob Hills
Hi Chad, Chad Chen wrote: Thanks for the answer. I tried again with the following setting: export MAVEN_OPTS=-Xmx=512m and did see the fullname list showing up on the Active User view. However, the workaround doesn't seem to be stable because I got a successful display only sometimes but no

Re: [appfuse-user] Active user's full name not getting dispalyed

2008-04-23 Thread Chad Chen
Thanks for the answer. I tried again with the following setting: export MAVEN_OPTS=-Xmx=512m and did see the fullname list showing up on the Active User view. However, the workaround doesn't seem to be stable because I got a successful display only sometimes but not always if I repeat mvn je

Re: [appfuse-user] Active user's full name not getting dispalyed

2008-04-23 Thread Rob Hills
Hi Chad, Chad Chen wrote: I saw the discussions in an earlier thread about this issue: http://markmail.org/message/itoexbkuiwfxzq2c But I couldn't find a bug opened for this. I am still seeing this problem with Appfuse 2.0.1. Does anyone know the current situation for this problem? I search

Re: [appfuse-user] Active user's full name not getting dispalyed

2008-04-23 Thread Rob Hills
Hi All, mraible wrote: > > Can you please enter this as an issue in JIRA? > > http://issues.appfuse.org/browse/APF > > This doesn't seem like a high priority issue, so it'll likely get > fixed in 2.0.1. > Just to close the loop, this was entered as http://issues.appfuse.org/browse/APF-859

Re: [appfuse-user] onChange event ?

2008-04-23 Thread Cens
Sorry, it is all ok. It's just that others events (onmouseover, onmouseout, onblur and onfocus) are overriding the "onchange" behaviour. Commenting them out has solved the problem. Vincenzo Caselli Cens wrote: > > Using Appfuse 2.0.1 with JSF, is it possible to handle the onChange event? > In

[appfuse-user] Active user's full name not getting dispalyed

2008-04-23 Thread Chad Chen
I saw the discussions in an earlier thread about this issue: http://markmail.org/message/itoexbkuiwfxzq2c But I couldn't find a bug opened for this. I am still seeing this problem with Appfuse 2.0.1. Does anyone know the current situation for this problem? Thanks, Chad -

Re: [appfuse-user] onChange event ?

2008-04-23 Thread Vincenzo Caselli
No, there are no errors on JavaScript console. I checked the demo link, but there, global.js does not set the onchange event. Vincenzo Caselli On Wed, Apr 23, 2008 at 5:03 PM, Matt Raible <[EMAIL PROTECTED]> wrote: > Do you get any errors in your JavaScript console? > > FWIW, this is already im

Re: [appfuse-user] Eclipse errors with AppFuse 1.9.4

2008-04-23 Thread Matt Raible
These warnings seem to come from classes that aren't from the AppFuse project. Matt On Tue, Apr 22, 2008 at 4:57 AM, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > Hi, > After creating an appfuse 1.9.4 JSF project using ant, we import it in > Eclipse Europa 3.3. We get the following errors. Is it

Re: [appfuse-user] FCKEditor Integration with AppFuse 2

2008-04-23 Thread Matt Raible
On Tue, Apr 22, 2008 at 4:18 AM, Martin Homik <[EMAIL PROTECTED]> wrote: > > > Daniel.Rodriguez wrote: > > > > Follow Matt's advice. However be extremely carefull with the FCKeditor > > JSP taglib. It requieres you to create a context named "FCKeditor" in > > your container and point the JSP

Re: [appfuse-user] onChange event ?

2008-04-23 Thread Matt Raible
Do you get any errors in your JavaScript console? FWIW, this is already implemented in global.js - you can see it in action at: http://demo.appfuse.org/appfuse-jsf/signup.html Matt On Wed, Apr 23, 2008 at 4:37 AM, Cens <[EMAIL PROTECTED]> wrote: > > Using Appfuse 2.0.1 with JSF, is it possible

[appfuse-user] onChange event ?

2008-04-23 Thread Cens
Using Appfuse 2.0.1 with JSF, is it possible to handle the onChange event? Indeed I would like to implement a trivial behaviour, that is, changing the background color of every input text every time the user enter the field and change it (onChange event). I tryed to do that by modifing global.js

[appfuse-user] Re[appfuse-user] member me cookie time change

2008-04-23 Thread jithesh
Hi Guys, I am using Acegi remember me option in my web application. I am using Appfuse 1.9.4 . I would like to set the cookie max age to say 60 days. Is it possible to do so, then How? I found that by default its validity expires for 14 day time. Any idea on this.. Regards, jithes