Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-10 Thread reason
wehey! it worked :) i'm positive i had copy/pasted that line from somewhere official. is someone playing tricks on us struts2 newbies? evil bums! cheers, kostis hum, I use this all the time: mvn archetype:create -DgroupId=tutorial \ -DartifactId=tutorial \

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-10 Thread reason
thanks musachy that was actually my initial attempt but it ran aground (see below) so i gave up and did it the hard way [kos...@ares tmp]$ echo $JAVA_HOME;echo;echo;mvn archetype:create -DgroupId=tutorial-DartifactId=tutorial -DarchetypeGroupId=o

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-09 Thread reason
Hello Jozef Great bit of help, along with the other guys! After dozens of hours of frustration finally got the app running! Struts seem to have a steep learning curve but i'll get there in the end... ;) many thanks, kostis Hello, couple of things: -- View this message in context: http://o

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-08 Thread reason
further. > if you can provide snippets from struts.xml and web.xml , that would > be really helpful... > > > Regards > > Gaurav > > On Sat, Nov 7, 2009 at 9:19 AM, reason wrote: >> >> i'm trying to get the example outlined in >> http://stru

struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-07 Thread reason
i'm trying to get the example outlined in http://struts.apache.org/2.1.8/docs/ready-set-go.html to work i managed to compile the project in eclipse and it seems to be working with the exception that the output page is blank. i.e. the directive in the jsp doesn't seem to be o