Yes, I'm injecting the service now and it works fine. My head is not
completely around struts2 yet but there would seem to be considerable
advantage to the interceptor/plug-in approach, not the least of which is
you wouldn't have to write an action class each time you need to drop
search resu
> I'm porting one of my Struts1 Lucene search apps to Struts2. The basics are
> working but I need to remove the Lucene search service out of the action
> classes. I'm ready to write an interceptor but can perhaps also see using a
> plug-in like is done with Tiles. As I'm a Struts2 newbie
I'm porting one of my Struts1 Lucene search apps to Struts2. The
basics are working but I need to remove the Lucene search service out of
the action classes. I'm ready to write an interceptor but can perhaps
also see using a plug-in like is done with Tiles. As I'm a Struts2
newbie, any ti