Re: [appfuse-user] FMT messages in Facelets

2008-11-04 Thread Matt Raible
On Tue, Nov 4, 2008 at 3:17 PM, m4rkuz <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm trying to change to facelets before is too late, I have an already > started project using JSP but it is a nightmare for what I want, so I'm > trying to change to facelets, but I've encounter a nasty problem, I

[appfuse-user] FMT messages in Facelets

2008-11-04 Thread m4rkuz
Hi everyone, I'm trying to change to facelets before is too late, I have an already started project using JSP but it is a nightmare for what I want, so I'm trying to change to facelets, but I've encounter a nasty problem, I have to change all of my fmt: tags to something like messages['key.key'] a

[appfuse-user] Moving from Spring's XML to Annotations

2008-11-04 Thread Matt Raible
All, I did a spike last night trying to move AppFuse's backend from XML to annotations. I wrote up a blog post on my experience. http://tinyurl.com/5kqcqa Please let me know if you have any solutions to the problems I encountered. Furthermore, please let me know if you any questions on this chan

Re: [appfuse-user] modifying the mail.properties File

2008-11-04 Thread jithesh
Thanks... I do think so now :) mraible wrote: > > I would change your logic to store the properties in a database rather > than modifying the properties file. > > Matt > > On Tue, Nov 4, 2008 at 4:48 AM, jithesh <[EMAIL PROTECTED]> wrote: >> >> Hello Guys >> >> I am using appfu

Re: [appfuse-user] modifying the mail.properties File

2008-11-04 Thread Matt Raible
I would change your logic to store the properties in a database rather than modifying the properties file. Matt On Tue, Nov 4, 2008 at 4:48 AM, jithesh <[EMAIL PROTECTED]> wrote: > > Hello Guys > > I am using appfuse 1.9.4 for web development. I modified the > mail.property file to m

Re: [appfuse-user] Re[appfuse-user] loading applicationContext-service.xml

2008-11-04 Thread Matt Raible
What are you trying to accomplish? Why would you want to do this? Matt On Tue, Nov 4, 2008 at 5:52 AM, jithesh <[EMAIL PROTECTED]> wrote: > > Hai, > >Is it possible to reload applicationContext-service.xml file from the > java class (in Appfuse 1.9.4)?. > If yes please let me know. > > Than

[appfuse-user] Re[appfuse-user] loading applicationContext-service.xml

2008-11-04 Thread jithesh
Hai, Is it possible to reload applicationContext-service.xml file from the java class (in Appfuse 1.9.4)?. If yes please let me know. Thanks and regards, Jithesh PM -- View this message in context: http://www.nabble.com/Reloading-applicationContext-service.xml-tp20321674s2369p20321674.ht

[appfuse-user] modifying the mail.properties File

2008-11-04 Thread jithesh
Hello Guys I am using appfuse 1.9.4 for web development. I modified the mail.property file to my mail server and it works fine. Recently I have got one more mail server domain. So to switch the mail server, I provided a jsp page from there we can edit the mail.properties file. But I