Re: Struts 2 integration with classic struts 1

2014-03-25 Thread ankitkatiyar91
Thanks, It works.!! -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-2-integration-with-classic-struts-1-tp3488661p5715579.html Sent from the Struts - User mailing list archive at Nabble.com. - To u

Re: Struts 2 integration with classic struts 1

2009-02-11 Thread Musachy Barroso
You don't need to add that parameter if you are not using the Codebehind plugin annotations. musachy On Wed, Feb 11, 2009 at 12:41 PM, SanJ.SANJAY wrote: > > Well, it was asking for the action parameters to put in web.xml , I did that > and it worked. > >struts2 >

Re: Struts 2 integration with classic struts 1

2009-02-11 Thread SanJ.SANJAY
Well, it was asking for the action parameters to put in web.xml , I did that and it worked. struts2 org.apache.struts2.dispatcher.FilterDispatcher actionPackages user.action

Re: Struts 2 integration with classic struts 1

2009-02-11 Thread Dave Newton
SanJ.SANJAY wrote: Thanks Dave, that helped. I'm getting a completely weird error message now java.lang.RuntimeException: java.lang.RuntimeException: com.opensymphony.xwork2.inject.DependencyException: com.opensymphony.xwork2.inject.ContainerImpl$MissingDependencyException: No mapping found for

Re: Struts 2 integration with classic struts 1

2009-02-11 Thread SanJ.SANJAY
Thanks Dave, that helped. I'm getting a completely weird error message now java.lang.RuntimeException: java.lang.RuntimeException: com.opensymphony.xwork2.inject.DependencyException: com.opensymphony.xwork2.inject.ContainerImpl$MissingDependencyException: No mapping found for dependency [type=jav

Re: Struts 2 integration with classic struts 1

2009-02-10 Thread Dave Newton
SanJ.SANJAY wrote: Why would the basic integration ask for a plexus listener to be put in web.xml? And by the way do we really need plexus integration when my concern is nly to upgrade from struts 1-2? If you're using the Plexus plugin, then you need whatever else Plexus requires. I'm guessing