Re: [appfuse-user] applicationResources from database

2009-04-03 Thread Developeryours
The password value at runtime it comes from pom.xml.When u deploy separately in tomcat u have to mention the password Raymond Dijk Carthago ICT wrote: > > Hi, > > I'm using on a project Appfuse 1.9.4 with Webwork. I'm looking for a > solution to load the applicationResources from the datab

[appfuse-user] applicationResources from database

2009-04-03 Thread Raymond Dijk Carthago ICT
Hi, I'm using on a project Appfuse 1.9.4 with Webwork. I'm looking for a solution to load the applicationResources from the database instead of the .properties file. Could someone give me some explenation how to do this? Kind Regards, Raymond Dijk -- View this message in context: http://ww

[appfuse-user] Session time out issue.

2009-04-03 Thread jithesh
Hi , I developed a web application using appfuse 1.9.4. Once the session is timed out, when accessing any application link, the control redirects me to login.jsp (to re enter the credentials.) I would like to provide users a message (jsp page) telling that the session was expired and a link to

Re: [appfuse-user] Getting Client time while invalid password entry

2009-04-03 Thread jithesh
Thanks Matt .. jithesh wrote: > > Hi all, > >I am using appfuse 1.9.4 . I would like to know is it possible to > get a value from the client if the credentials are not correct. I have a > listner class which hets invoked on > AuthenticationFailureBadCredentialsEvent. But I cant get any