Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-2123

JspParagraphRenderer should support ActionBasedParagraph

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Outdated
    • Icon: Minor Minor
    • None
    • 3.5.1, 3.5.2, 3.5.3, 3.5.4
    • templating
    • None

      Currently only FreemarkerParagraphRenderer supports ActionBasedParagraph. It makes impossible to use modules such as Forum or Public User Registration with JSP templates.

      I've attached a new version of JspParagraphRenderer that does the trick. It pushes the action and its result in the attributes of the context. However it isn't a good patch because I've copied the action handling related code from the FreemarkerParagraphRenderer. A clean solution would imply refactoring the two renderers for sharing the action handling related code.

        Acceptance criteria

              pbaerfuss Philipp Bärfuss
              vfaid Vincent Faidherbe
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD