Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
At applicatin runtime, the local instance of actionMapper is null in ServletRedirectResult when an action prefix is used.
- <@s.submit name="redirect:http://www.google.com" value="%
{'redirect prefix'}
" />
Works but the actionMapper is null (just not accessed)
- <@s.submit name="redirect-action:redirectActionPrefix" value="%
{'redirect-action prefix'}
" />
Does not work because null actionMapper is accessed.
- <@s.submit name="action:redirectActionPrefixAction" value="%
{'redirect-action without prefix'}
" />
Works (utilizes configuration instead of embedded prefix)
The problem may have come about in r414191, when we switched over to injection.
Attachments
Issue Links
- is part of
-
WW-1538 Showcase Examples Broken
- Closed