Re: Struts1 and Struts2 in the same app

2008-04-30 Thread Sandy143
gin, then you configure S1 and S2 completely > separately from each other. > > Dave > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

Re: Struts1 and Struts2 in the same app

2008-04-29 Thread Laurie Harper
Yes. If you don't want to migrate any of your existing Struts 1 JSPs, you can just add Struts 2 to the application, leaving everything else as it is. Later, you can add the Struts 1 plugin to help with migrating existing (Struts 1) views to Struts 2. L. Sandy143 wrote: "If you're not using t

Re: Struts1 and Struts2 in the same app

2008-04-29 Thread Sandy143
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Struts1-and-Struts2-in-the-same-app-tp16851031p16962482.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Struts1 and Struts2 in the same app

2008-04-29 Thread Dave Newton
--- Sandy143 <[EMAIL PROTECTED]> wrote: > With this we will not have ... struts1 config file right > > struts-config.xml would be completely modified to struts.xml. Am I on the > right path? Are you trying to use the plugin, or are you trying to run in parallel? The S1 plugin wraps S1 actio

Re: Struts1 and Struts2 in the same app

2008-04-29 Thread Sandy143
e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Struts1-and-Struts2-in-the-same-app-tp16851031p16961727.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts1 and Struts2 in the same app

2008-04-29 Thread Dave Newton
--- Sandy143 <[EMAIL PROTECTED]> wrote: > It is a single application. > > when trying to access struts2 action ... it is unable to find the path. > (Error: Invalid Specified Path ...) > > I have interceptors in struts.xml. I have plugin jar in web-inf/lib. > > I am not sure of what needs to be d

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread Sandy143
>> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> >> >> &

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread Dave Newton
--- Sandy143 <[EMAIL PROTECTED]> wrote: > Am I wrong? Please let me know ...how to use both the config files. An included file within struts.xml is expected to be an S2 config, AFAIK. Were there any error messages in the logs? If you're using the S1 plugin then the docs at [1] give a decent over

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread Sandy143
gt;> >> -- >> >> >> >> In my TestLink.jsp, I am specifying : >> >> >> >> >> >> >> >> Test Link Home Test Link >> >> >>

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread Sandy143
tLink.jsp, I am specifying : >> >> >> >> >> >> >> >> Test Link Home Test Link >> >> >> >> >> >> >> > - >> >

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread Dave Newton
>> > >> Test Link Home Test Link > >> > >> > >> > - > >> > >> I am able to login to the app. but When I click on the link I get an > >&g

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread Sandy143
but When I click on the link I get an >> error message : ERROR action.RequestProcessor - Invalid path was >> requested /xxx/TestAction. >> >> Can you please help me to resolve this issue. >> >> I would have to use struts2 action in the flow of struts1 action.

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread KonTiki
esolve this issue. > > I would have to use struts2 action in the flow of struts1 action. Please > let me know the step by step procedure. Can anyone provide a sample app or > config info on how it can be done? > > I have read the migration tutorial. but it didn't

Struts1 and Struts2 in the same app

2008-04-24 Thread Sandy143
se let me know the step by step procedure. I have read the migration tutorial. but it didn't help me to resolve this issue. -- View this message in context: http://www.nabble.com/Struts1-and-Struts2-in-the-same-app-tp16851031p16851031.html Sent from the Struts - User mailing list