Re: [s2] Struts 2 OSGi Plugin

2008-07-13 Thread Don Brown
It all depends on the approach. Currently, JSP's aren't supported and in fact, I doubt they will ever be supported. If tiles can work with Freemarker or Velocity, then I don't see why we couldn't get it working. Don On Mon, Jul 14, 2008 at 10:36 AM, alvins <[EMAIL PROTECTED]> wrote: > > Thanks

Re: [s2] Struts 2 OSGi Plugin

2008-07-13 Thread alvins
Thanks for that Don - great to hear. I would also be interested to know if it will have Struts tiles support? Any idea when you think this might land? Don Brown wrote: > > I'm actually in the middle of a pretty large rollout of OSGi as the > basis of the new Atlassian (JIRA, Confluence, etc) pl

Re: CodeBehind and index action?

2008-07-13 Thread Jeromy Evans
Paul Benedict wrote: Anyway to accomplish this in 2.0? Have you ever did it? Just looking for a quick answer, even if that includes adding action mappings to the config. Paul A quick solution is to extend the DefaultActionMapper to set the actionName to index if it looks like a directory/t