[appfuse-user] problem in sending mail

2008-12-23 Thread Developeryours
Hi, Now i am having little problem regarding sending mail.once i register new account,the mail information not sending to the entered mail address.But i got successful messge System.out.println("==="+msg); mailEngine.sendMessage(message, templa

[appfuse-user] Getting Javadoc Info in Eclipse

2008-12-23 Thread jaronson
Hi, I'm going through the tutorials and I'm new to Maven but very experienced in Eclipse. I'm used to having Eclipse show me Javadoc and source info from the Java screens. When I set up my projects from scratch I have total control over this type of thing. With the AppFuse tutorial Maven [or Ma

Re: [appfuse-user] Reverse Engineering - AppFuse -> Best Option

2008-12-23 Thread Nathan Anderson
To make room for a larger application name (or any other layout change) you need to adjust the CSS for the app. Take a look in the webapp/styles folder if you have run full-source. Nathan On 12/23/08, Ice-Man wrote: >About Fisical Project Name, I already changed in pom.xml!! (otherwise I >

Re: [appfuse-user] Reverse Engineering - AppFuse -> Best Option

2008-12-23 Thread Ice-Man
About Fisical Project Name, I already changed in pom.xml!! (otherwise I couldn't even import it to Eclipse ;-) And the Friendly suggestive Application Name, I already altered in 'ApplicationResources'! By the way, the AppFuse default name application, of course, is 'AppFuse' (a very short name

Re: [appfuse-user] passing values between Actions - any best practice?

2008-12-23 Thread DUSTIN PEARCE
Since you are using Struts2, I think the best method is Interceptors. For inbound requests, you would put your decrypting interceptor BEFORE your parameters interceptor and it should work like a charm. For encrypting links and hidden field values, I think that is two different issues. Fo

Re: [appfuse-user] Reverse Engineering - AppFuse -> Best Option

2008-12-23 Thread DUSTIN PEARCE
Change the project name in pom.xml and the webapp.name in ApplicationResources.properties. On Dec 23, 2008, at 6:16 AM, Ice-Man wrote: Oh, tnk u so much for your instructions. They've been very usefull; take it for grant. But, plz I'd like a very simple tip: so kind of u :tell me the su

Re: [appfuse-user] Reverse Engineering - AppFuse -> Best Option

2008-12-23 Thread Ice-Man
Oh, tnk u so much for your instructions. They've been very usefull; take it for grant. But, plz I'd like a very simple tip: so kind of u :tell me the suitable way to change the title 'AppFuse ' to "*myCompanyAnagram* - *myApp|SystemName*" ??! Ice-Man 2

Re: [appfuse-user] [Appfuse2] Maven-AppFuse-Eclipse Question

2008-12-23 Thread Ice-Man
Oh, tnk u so much for your instructions. They've been very usefull; take it for grant. But, plz I'd like a very simple tip: so kind of u :tell me the suitable way to change the title 'AppFuse ' to "*myCompanyAnagram* - *myApp|SystemName*" ??! Ice-Man 2

Re: [appfuse-user] (to Experts) Reverse Engineering - AppFuse -> Best Option

2008-12-23 Thread Ice-Man
Oh, tnk u so much for your instructions. They've been very usefull; take it for grant. But, plz I'd like a very simple tip: so kind of u :tell me the suitable way to change the title 'AppFuse ' to "*myCompanyAnagram* - *myApp|SystemName*" ??! Ice-Man 20

Re: [appfuse-user] [Appfuse2] Maven-Eclipse Issue

2008-12-23 Thread Ice-Man
And whta about Step 13. "You may want to copy the launch configuration and then add all the properties defined in myproject/pom.xml." I couldn't understand. Could u clarify it to me??! Ice-Man 2008/12/22 Michael Horwitz > You can install Eclipse wherever you want (more or less). I would not >

Re: [appfuse-user] [Appfuse2] Maven-Eclipse Issue

2008-12-23 Thread Ice-Man
Mike, I think u're right! I'm getting/starting to realize that if import/copy the AppFuse project to workspace I'll not be able to generate WebTier via maven. I wonder confirm so. Oh, sure!! Just to know, my workspace is in: C:\Java\workspace\ Thnx, Ice-Man 2008/12/22 Michael Horwitz