old menu tag code is throwing exceptions and generating broken links
--------------------------------------------------------------------

                 Key: ROL-1433
                 URL: 
http://opensource.atlassian.com/projects/roller/browse/ROL-1433
             Project: Roller
          Issue Type: Bug
          Components: Struts2 Migration
            Reporter: Allen Gilliland
            Assignee: Roller Unassigned


the old Roller menu tag code in ui.core.tags.menu is broken now that Roller has 
removed it's old struts1 configuration.  the problem lies in the fact that this 
code uses the old struts1 RequestUtils class to build its urls and that code 
cannot work without a struts1 configuration.

the only thing still using this code is the MenuModel in the rendering code 
which builds some the menus used in weblog sidebars.  the ideal fix for this 
problem is to rewrite the MenuModel stuff to use something other than the old 
menu tag to do its work.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to