Re: Struts2 Rest Plugin

2012-11-28 Thread Ken McWilliams
Just a guess but I want conventions like configuration extended though to tiles results, a lot of the work is done in ConventionUnknownHandler, it looks a bit tricky to keep that functionality without just copying it and adding changes within that code. I'm guessing that is what they did. On Wed,

Re: struts2 conventions plugin - how to override result type

2012-11-28 Thread Ken McWilliams
Sorry I wrote that before really looking the UnknownHandler, it is the right path. I'll get back with the results, and later I hope to have some questions about run time configuration (something I want to try is swapping the order of interceptors in a named stack at runtime). On Wed, Nov 28, 201

Struts2 Rest Plugin

2012-11-28 Thread Davis, Chad
Hi! The docs for the REST plugin talk about how it builds on the Convention plugin ( sometimes it says "code behind" ). However, I don't see that using the REST plugin pulls in either of these plugins . . . in what sense does it "build" on them? Thanks, Chad

Re: struts2 conventions plugin - how to override result type

2012-11-28 Thread Lukasz Lenart
2012/11/26 Ken McWilliams : > I've yet to try this but how do I tie this into conventions. Just add > My issue is that I am following conventions, there are JSPs located as > views for the action (that is, located where conventions would expect to > find view). My idea is to create a tiles plugi