RE: Re: Struts 2 Annotation Tutorial (additional info)

2011-10-03 Thread Steve
yeron is still working on it though. Steve -Original Message- From: Lwen.ma [mailto:mlw5...@gmail.com] Sent: Saturday, October 01, 2011 6:14 PM To: Struts Users Mailing List Subject: Re: Re: Struts 2 Annotation Tutorial (additional info) With jboss 6 and 7 use 'Convention plugin

Re: Re: Struts 2 Annotation Tutorial (additional info)

2011-10-01 Thread Lwen.ma
With jboss 6 and 7 use 'Convention plugin', See 'https://issues.apache.org/jira/browse/WW-3558' and 'https://issues.apache.org/jira/browse/WW-3662' plz. 2011-10-02 Lwen.ma 发件人: Łukasz_Lenart 发送时间: 2011-10-01 22:44:26 收件人: Struts Users Mailing List 抄送

Re: Struts 2 Annotation Tutorial (additional info)

2011-10-01 Thread Łukasz Lenart
2011/10/1 Steve : > Hello Lukasz, > > I'm using JBoss 5.1 via Eclipse and JBoss Tools.  When I switched to Tomcat 6 > and changed my logger's package it started to work.  Makes you wonder what's > up with JBoss? Do you see any errors in the log ? Could double check ? Struts 2 has some problems t

RE: Struts 2 Annotation Tutorial (additional info)

2011-09-30 Thread Steve
ilto:lukasz.len...@googlemail.com] Sent: Friday, September 30, 2011 12:42 AM To: Struts Users Mailing List Subject: Re: Struts 2 Annotation Tutorial (additional info) 2011/9/30 Steve : > Remember, my app server is JBoss. Which version ? Could you try on Tomcat ? Regards -- Lukasz + 4

Re: Struts 2 Annotation Tutorial (additional info)

2011-09-29 Thread Łukasz Lenart
2011/9/30 Steve : > Remember, my app server is JBoss. Which version ? Could you try on Tomcat ? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - To unsubsc

RE: Struts 2 Annotation Tutorial (additional info)

2011-09-29 Thread Steve
uts.convention.actionConfigBuilder convention struts.convention.resultMapBuilder convention Remember, my app server is JBoss. Thank you, Steve -Original Message- From: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Sent: Thursday, September 29, 2011 12:10 AM To: Struts User

Re: Struts 2 Annotation Tutorial (additional info)

2011-09-28 Thread Łukasz Lenart
Did you base on [1] ? If so, please remove struts.xml [1] http://code.google.com/p/struts2-examples/downloads/detail?name=Struts_Annotations_Ant_2_2_1.zip&can=2&q= Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ ---

RE: Struts 2 Annotation Tutorial (additional info)

2011-09-28 Thread Steve
tth...@rakowski.biz] Sent: Wednesday, September 28, 2011 10:49 AM To: user@struts.apache.org Subject: Re: Struts 2 Annotation Tutorial (additional info) I wrote: > make sure your Hallo-Action is in class HalloController in package > foo.actions.bar (foo and bar are random names) which is not quite

Re: Struts 2 Annotation Tutorial (additional info)

2011-09-28 Thread M. Rakowski
I wrote: > make sure your Hallo-Action is in class HalloController in package > foo.actions.bar (foo and bar are random names) which is not quite correct: the prefix of the actions-package can be random. The sub-packages names defines the url namespace. For example, you can access the foo.action

Re: Struts 2 Annotation Tutorial

2011-09-28 Thread M. Rakowski
Hi, make sure your Hallo-Action is in class HalloController in package foo.actions.bar (foo and bar are random names). That it should work. Regards, Matthias - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For

Re: Struts 2 Annotation Tutorial

2011-09-27 Thread Łukasz Lenart
Do you have action class called HelloAction with execute method which returns SUCCESS ? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ 2011/9/28 Steve Brierton : > Hello, > > I'm going through the Struts 2 Annotation tutori