Re: Upgrading AppFuse to Struts 2.1

2009-05-05 Thread Dave Newton
Wes Wannemacher wrote: On Tue, May 5, 2009 at 12:25 PM, mraible wrote: Yes, but I don't have actionPackages configured in web.xml, so I don't believe it's enabled. It still might be... Check this section - http://struts.apache.org/2.x/docs/convention-plugin.html#ConventionPlugin-Codebehindhe

Re: Upgrading AppFuse to Struts 2.1

2009-05-05 Thread Wes Wannemacher
On Tue, May 5, 2009 at 12:25 PM, mraible wrote: > > Yes, but I don't have actionPackages configured in web.xml, so I don't > believe it's enabled. > It still might be... Check this section - http://struts.apache.org/2.x/docs/convention-plugin.html#ConventionPlugin-Codebehindhelloworld Since your

Re: Upgrading AppFuse to Struts 2.1

2009-05-05 Thread mraible
Yes, but I don't have actionPackages configured in web.xml, so I don't believe it's enabled. Wes Wannemacher wrote: > > Matt, > > are you combining the conventions plugin with regular XML > configuration? Because your action is named SignupAction, which > conventions would pickup, but the inp

Re: Upgrading AppFuse to Struts 2.1

2009-05-05 Thread Wes Wannemacher
Matt, are you combining the conventions plugin with regular XML configuration? Because your action is named SignupAction, which conventions would pickup, but the input result doesn't appear to follow the convention (it should be named signup-input.jsp). I'd poke around a bit and see if conventions

Re: Upgrading AppFuse to Struts 2.1

2009-05-05 Thread mraible
mraible wrote: > > This weekend, I attempted to upgrade AppFuse to use Struts 2.1 (formerly > using 2.0.11.1). I used the following instructions: > > http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html > > After completing all the steps, I was able to ge

Re: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread Dave Newton
Martin Gainty wrote: //ping rainier as earlier suggested for a response on this opensymphony issue Is WW even being developed anymore? Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands

RE: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread Martin Gainty
...@yahoo.com > To: user@struts.apache.org > Subject: Re: Upgrading AppFuse to Struts 2.1 > > mraible wrote: > > > > Does that mean there isn't a bug and I'm doing something wrong? > > (No, I haven't looked at the App

Re: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread Dave Newton
mraible wrote: Does that mean there isn't a bug and I'm doing something wrong? (No, I haven't looked at the AppFuse stuff yet; just trying to figure out what the previous response was trying to say.) Dave - To unsubscribe

Re: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread mraible
newton.dave wrote: > >> //lets take a look at documentation on using visitor field validator from >> http://struts.apache.org/2.0.14/docs/using-visitor-field-validator.html >> public class VisitorValidatorsExampleAction extends >> AbstractValidationActionSupport >> >> //Latest WW 2.2.7 distro

Re: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread Dave Newton
//lets take a look at documentation on using visitor field validator from http://struts.apache.org/2.0.14/docs/using-visitor-field-validator.html public class VisitorValidatorsExampleAction extends AbstractValidationActionSupport //Latest WW 2.2.7 distro d/l http://www.opensymphony.com/webwork/d

RE: Upgrading AppFuse to Struts 2.1

2009-04-27 Thread Martin Gainty
Matt- http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html the advice to 86 the old xwork libraries (Your application is now dependent on xwork-2.1.x) is premature //lets take a look at documentation on using visitor field validator from http://struts.apache