Re: How to find location of an action

2017-12-28 Thread Dave Weis
On Thu, Dec 28, 2017 at 1:55 AM, Lukasz Lenart wrote: > 2017-12-27 21:06 GMT+01:00 Dave Weis : > > Would it be a correct assumption that changing the property > > struts.convention.relative.result.types to add 'tiles' would let me use > my > > tiles

Re: Action url

2017-12-28 Thread Yasser Zamani
On 12/28/2017 1:11 PM, Tamás Barta wrote: > Your suggestions are ok for processing requests but are not to write urls > (how to determine correct url) in jsps or other presentation layer output. > To handle both sides a more sophisticated solution is needed. As far as I can think, it seems you

Re: Action url

2017-12-28 Thread Tamás Barta
Your suggestions are ok for processing requests but are not to write urls (how to determine correct url) in jsps or other presentation layer output. To handle both sides a more sophisticated solution is needed. 2017. dec. 28. 10:19 ezt írta ("Yasser Zamani" ): > > > On

Re: Action url

2017-12-28 Thread Yasser Zamani
On 12/28/2017 12:21 AM, Tamás Barta wrote: > For example there is a web application which has a LoginAction action. On > one site it is needed to access it via /login, on the other site /user/log. > > It is just an example. The urls shouldn't be hard-coded in action > annotations as I don't