Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Warning

The UI Framework code is being transitioned to a module. Documentation will move to UI Framework.

Overview

The 2.x application does not load the webModuleApplicationContext.xml file. It loads moduleApplicationContext.xml and ui2ModuleApplicationContext.xml.

...

If you don't want to include the entire page, you may put one or both of these in your JSP:

  • <!-- START 2.x PAGE CONTENT - ->
  • <!-- END 2.x PAGE CONTENT - ->

How to expose a Spring MVC url as a 2.x Fragment

...

If you don't want to include the entire page, you may put one or both of these in your JSP:

  • <!- - START 2.x FRAGMENT CONTENT -->
  • <!- - END 2.x FRAGMENT CONTENT - ->

You may use query parameters on map entry's values, but you must use

...