Firstly, unless i misunderstand you, you won't be able to set your org.mortbay.jetty.servlet.WebApplicationContext as a parent to your org.springframework.context.ApplicationContext...
Type: Posts; User: darragh; Keyword(s):
Firstly, unless i misunderstand you, you won't be able to set your org.mortbay.jetty.servlet.WebApplicationContext as a parent to your org.springframework.context.ApplicationContext...
The VelocityToolboxView also overcomes problems you would have with the second approach, I had to modify the standard link tool before to work because it needed certain velocity tools context.
Check out the latest build 1.1.3. Added is
VelocityToolboxView
Alternatively it is of course possible to add them by overiding
protected void renderMergedTemplateModel(Map map,...
Hi,
I'm replacing my own Security mechanisms with Acegi in an App where currently I have seperate login forms for admin and users.
Can someone suggest the best approach to doing this in Acegi?...