[GitHub] struts-site pull request #12: Fixes links in TOC of "How To Help FAQ" page

2017-09-15 Thread yasserzamani
GitHub user yasserzamani opened a pull request: https://github.com/apache/struts-site/pull/12 Fixes links in TOC of "How To Help FAQ" page You can merge this pull request into a Git repository by running: $ git pull https://github.com/yasserzamani/struts-site helping

Re: Documentation

2017-09-15 Thread Yasser Zamani
May I help you in documentation transition from Confluence ? If I had a read-only version of *source code* of Confluence's docs, then I think I may able write a convertor code then prepare it's output as a PR against 'struts-site/master'. On 8/1/2017 9:38 AM, Lukasz Lenart wrote: > Hi, > > I

Re: Allowing user to inject his/her specific utility class into OGNL scopes?

2017-09-15 Thread Lukasz Lenart
As I'm not fully grasp the idea behind, you can always use #application scope (which is basically a ServletContext wrapper). There is also ApplicationAware interface to allow actions deal with it. Another thing would be implementation of ConfigurationProvider which can deal with the