Re: Alternatives To Accessing Static Methods

2014-12-16 Thread Christoph Nenning
> > I was wanting to get some feedback on how to best move away from the > static method calls in OGNL. We have used them quite a bit, > specifically to populate Map of options for the select tag. There > are multiple pages that the select is used on so I don't want to > hard code the options

Alternatives To Accessing Static Methods

2014-12-16 Thread pzepernick
I was wanting to get some feedback on how to best move away from the static method calls in OGNL. We have used them quite a bit, specifically to populate Map of options for the select tag. There are multiple pages that the select is used on so I don't want to hard code the options in each sele