Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-2067

Make tabbed pane usable without the need for AJAX

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9
    • None
    • Plugin - Dojo Tags
    • None

    Description

      There sould be a AJAX-less version of the tabbed panel, because not everyone wants to use ajax, at least not as a prerequisite.

      The declaration should look a bit like that:
      Example:
      <s:tabbedPanel id="test">
      <s:panel id="one" label="one" include="inc/panelone.inc.jsp" >
      <s:panel id="two" label="remote" include="inc/paneltwo.inc.jsp" >
      </s:tabbedPanel>

      So you just declare which jsp files should be included for each tab. The include is only done when the specific panel is active.

      I think it's a bit like the old WebWork's tabbedpane tag, but not as complicated to configure.

      Attachments

        Activity

          People

            lukaszlenart Lukasz Lenart
            hubertg Hubert Grininger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: