Re: Tiles with Annotations

2014-01-03 Thread Christoph Nenning
> > And soon it will be integrated with S2 as well :-) > > https://issues.apache.org/jira/browse/WW-4161 > > Interesting that there is something happening in that direction. I commented in JIRA an posting it here again: convention-plugin provides a set of own annotations like @Action or @Re

Re: Tiles with Annotations

2014-01-03 Thread Lukasz Lenart
And soon it will be integrated with S2 as well :-) https://issues.apache.org/jira/browse/WW-4161 Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014/1/2 Ken McWilliams : > I arrived at the same conclusion when trying to remove my tiles > configuration. I upgraded to tiles 3 in th

Re: Tiles with Annotations

2014-01-02 Thread Ken McWilliams
I arrived at the same conclusion when trying to remove my tiles configuration. I upgraded to tiles 3 in the process and wrote a custom result handler (sorry a custom "unknown result handler"). It is invoked when conventions isn't able to find an appropriate result. Here is a stack overflow Q & A

Re: Tiles with Annotations

2014-01-02 Thread Paul Benedict
Annotations usually help augment the class being annotated. I don't think annotating a Struts action with Tile definitions is very appropriate for this purpose. The purposes are just very different. XML seems more appropriate than annotations here. On Thu, Jan 2, 2014 at 10:02 AM, Christoph Nen