Re: Problem with figuring out Convention Plugin

2010-07-05 Thread RogerV
Top of my head ... you either do not have a getMessage() method in your action, or you do, but the value is blank/null. Post your action code. Regards -- View this message in context: http://old.nabble.com/Problem-with-figuring-out-Convention-Plugin-tp29058926p29073975.html Sent from the

Problem with figuring out Convention Plugin

2010-07-02 Thread JP Cafaro
I've been having trouble figuring out exactly how the convention plugin works. I've been reading the site(http://struts.apache.org/2.1.8.1/docs/convention-plugin.html#ConventionPlugin-Helloworld) but am still having trouble getting simple examples to work. I have a class WelcomeUser.java loca