Re: [S2] Trouble getting started [OFF-LIST]

2015-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lucasz, On 10/1/15 10:06 AM, Lukasz Lenart wrote: > Works :) > > Just dropped your package into webapps folder (Apache Tomcat 7.0.40 > on JDK8) and all is ok - except list.jsp contains some strange XML > definition (in wrong place) > > http://scr

Re: [S2] Trouble getting started [OFF-LIST]

2015-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lucasz, On 10/1/15 10:06 AM, Lukasz Lenart wrote: > Works :) > > Just dropped your package into webapps folder (Apache Tomcat 7.0.40 > on JDK8) and all is ok - except list.jsp contains some strange XML > definition (in wrong place) > > http://scr

Re: [S2] Trouble getting started [OFF-LIST]

2015-10-01 Thread Dave Newton
I'm not sure what the issue is; it starts up fine for me, except for the bogus XML in list.jsp. On Thu, Oct 1, 2015 at 10:06 AM, Lukasz Lenart wrote: > Works :) > > Just dropped your package into webapps folder (Apache Tomcat 7.0.40 on > JDK8) and all is ok - except list.jsp contains some strang

Re: [S2] Trouble getting started [OFF-LIST]

2015-10-01 Thread Lukasz Lenart
Works :) Just dropped your package into webapps folder (Apache Tomcat 7.0.40 on JDK8) and all is ok - except list.jsp contains some strange XML definition (in wrong place) http://screencast.com/t/t8s0xyQCHbG4 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ ---

Re: [S2] Trouble getting started [OFF-LIST]

2015-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lucasz, On 9/28/15 2:51 AM, Lukasz Lenart wrote: >>> It's not deployed as a WAR, but as webapps/ROOT (exploded WAR >>> directory). >> >> For completeness, this is what is contained in my ROOT directory >> ("deploy" is my CATALINA_BASE for Tomcat)

Re: [S2] Trouble getting started

2015-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 9/28/15 12:11 PM, Christopher Schultz wrote: > Christoph, > > On 9/28/15 6:52 AM, Christoph Nenning wrote: >>> From: Christopher Schultz To: >>> Struts Users Mailing List , Date: >>> 26.09.2015 23:31 Subject: [S2] Trouble getting s

Re: [S2] Trouble getting started

2015-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 9/28/15 6:52 AM, Christoph Nenning wrote: >> From: Christopher Schultz To: >> Struts Users Mailing List , Date: >> 26.09.2015 23:31 Subject: [S2] Trouble getting started >> >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Al

Re: [S2] Trouble getting started

2015-09-28 Thread Christoph Nenning
> From: Christopher Schultz > To: Struts Users Mailing List , > Date: 26.09.2015 23:31 > Subject: [S2] Trouble getting started > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > I'm working on a fresh project and using Struts 2 for the first time. > I've been using Struts 1 for

Re: [S2] Trouble getting started

2015-09-27 Thread Lukasz Lenart
2015-09-28 6:37 GMT+02:00 Yaragalla Muralidhar : > Hi Chris, > I have not checked the DTD. But i got this idea from sample struts2 apps. > I dont think there will be a default value for the "name" attribute. It is, for 'name" and for other parts http://struts.apache.org/docs/result-configuration

Re: [S2] Trouble getting started

2015-09-27 Thread Lukasz Lenart
>> It's not deployed as a WAR, but as webapps/ROOT (exploded WAR >> directory). > > For completeness, this is what is contained in my ROOT directory > ("deploy" is my CATALINA_BASE for Tomcat): > > deploy/webapps/ROOT > deploy/webapps/ROOT/WEB-INF > deploy/webapps/ROOT/WEB-INF/classes > deploy/weba

Re: [S2] Trouble getting started

2015-09-27 Thread Lukasz Lenart
2015-09-27 18:02 GMT+02:00 Christopher Schultz : >> The best option is to use one of Maven's archetypes >> >> http://struts.apache.org/docs/struts-2-maven-archetypes.html#Struts2Ma > venArchetypes-Quickstart > > Yeah... >> > I was trying to avoid using Maven, which to me has too much > opaque hand-

Re: [S2] Trouble getting started

2015-09-27 Thread Yaragalla Muralidhar
Hi Chris, I have not checked the DTD. But i got this idea from sample struts2 apps. I dont think there will be a default value for the "name" attribute. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sun, Sep 27, 2015 at 9:35 PM,

Re: [S2] Trouble getting started

2015-09-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lucasz, On 9/27/15 12:02 PM, Christopher Schultz wrote: > On 9/27/15 10:08 AM, Lukasz Lenart wrote: >> 2015-09-26 23:30 GMT+02:00 Christopher Schultz >> : >>> I'm working on a fresh project and using Struts 2 for the >>> first time. I've been using

Re: [S2] Trouble getting started

2015-09-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lucaz, On 9/27/15 10:08 AM, Lukasz Lenart wrote: > 2015-09-26 23:30 GMT+02:00 Christopher Schultz > : >> I'm working on a fresh project and using Struts 2 for the first >> time. I've been using Struts 1 for more than 10 years and I >> generally know

Re: [S2] Trouble getting started

2015-09-27 Thread Lukasz Lenart
2015-09-27 7:38 GMT+02:00 Yaragalla Muralidhar : > Hi Chris, > >Try the following. > > > > /WEB-INF/list.jsp "success" is the default result name so you can omit, it isn't required. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ --

Re: [S2] Trouble getting started

2015-09-27 Thread Lukasz Lenart
2015-09-26 23:30 GMT+02:00 Christopher Schultz : > I'm working on a fresh project and using Struts 2 for the first time. > I've been using Struts 1 for more than 10 years and I generally know > my way around web applications. > > I just can't seem to get a fairly simple setup working. I'm intending

Re: [S2] Trouble getting started

2015-09-27 Thread Thomas Sattler
try struts2builder.sourceforge.net On Sunday, September 27, 2015, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Yaragalla, > > On 9/27/15 1:38 AM, Yaragalla Muralidhar wrote: > > Try the following. > > > > > > > *name="succ

Re: [S2] Trouble getting started

2015-09-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yaragalla, On 9/27/15 1:38 AM, Yaragalla Muralidhar wrote: > Try the following. > > > *name="success"* >/WEB-INF/list.jsp No change. Note that I see nothing in the TRACE log for Struts (or, really, anything) when I make the request to http:

Re: [S2] Trouble getting started

2015-09-26 Thread Yaragalla Muralidhar
Hi Chris, Try the following. /WEB-INF/list.jsp *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sun, Sep 27, 2015 at 3:00 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEG