Re: convention plugin Issue

2019-12-30 Thread zahid
//localhost:8080/hello-world. Regards. -Original Message- From: Zahid Rahman Sent: Thursday, December 5, 2019 4:51 PM To: Struts Users Mailing List Subject: convention plugin Issue Hi, On this page https://struts.apache.org/plugins/convention/#setup if I haveĀ  c

Re: convention plugin Issue

2019-12-24 Thread Zahid Rahman
asible and likely that we could have multiple > >> same > >>>> class names from different package names > >>>> from jars which have been placed on the classpath. > >>>> We cant have the convention plugin randomly (as shown by my test) > >>

Re: convention plugin Issue

2019-12-19 Thread John Bush
request http://localhost:8080/hello-world. Regards. -Original Message- From: Zahid Rahman Sent: Thursday, December 5, 2019 4:51 PM To: Struts Users Mailing List Subject: convention plugin Issue Hi, On this page https://struts.apache.org/plugins/convention/#setup if I have com.exampl

Re: convention plugin Issue

2019-12-18 Thread Zahid Rahman
t;>> > >>> I guess that the behavior of defining actions with same name and > namespace > >>> is undefined. I think it's not an issue because Convention Plugin has > no > >>> avenue to distinguish between them when you request > >>> http

Re: convention plugin Issue

2019-12-18 Thread John Bush
, December 5, 2019 4:51 PM To: Struts Users Mailing List Subject: convention plugin Issue Hi, On this page https://struts.apache.org/plugins/convention/#setup if I have com.example.actions.HelloWorld.java and uk.mypackage.actions.HelloWorld.java with url http://localhost:8

Re: convention plugin Issue

2019-12-18 Thread Lukasz Lenart
in has no > > avenue to distinguish between them when you request > > http://localhost:8080/hello-world. > > > > Regards. > > > > >-Original Message- > > >From: Zahid Rahman > > >Sent: Thursday, December 5, 2019 4:51 PM &

Re: convention plugin Issue

2019-12-07 Thread Zahid Rahman
r 5, 2019 4:51 PM > >To: Struts Users Mailing List > >Subject: convention plugin Issue > > > >Hi, > > > >On this page > >https://struts.apache.org/plugins/convention/#setup > > > >if I have com.example.actions.HelloWorld

RE: convention plugin Issue

2019-12-07 Thread Yasser Zamani
From: Zahid Rahman >Sent: Thursday, December 5, 2019 4:51 PM >To: Struts Users Mailing List >Subject: convention plugin Issue > >Hi, > >On this page >https://struts.apache.org/plugins/convention/#setup > >if I have com.example.actions.HelloWorld.java >and >uk.my

convention plugin Issue

2019-12-05 Thread Zahid Rahman
Hi, On this page https://struts.apache.org/plugins/convention/#setup if I have com.example.actions.HelloWorld.java and uk.mypackage.actions.HelloWorld.java with url http://localhost:8080/hello-world then uk.mypackage.actions.HelloWorld.java execute is run. If I have uk.example.actions.HelloWo