Uploaded image for project: 'Struts 1'
  1. Struts 1
  2. STR-3105

Document how to migrate <logic> tags to JSTL

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Reopened
    • Minor
    • Resolution: Unresolved
    • 1.3.8
    • Future
    • Documentation
    • None
    • any

    Description

      Very often, I find myself having a

      <logic:equal .... true
      .... positive
      </logic:equal

      followed by a

      <logic:notEqual .... true
      .... negative
      </logic:notEqual

      These are maintenance imponderables because in nested settings, you risk to loose oversight if you change one of the statements to also change the other one.

      If there were a <logic:else>

      the above statement could be reduced to

      <logic:equal .... true>
      .... positive ...
      </logic:else>
      .... negative ...
      </logic:equal>

      and only ONE condition is to be maintained

      Attachments

        Activity

          People

            Unassigned Unassigned
            hauser@acm.org Ralf Hauser
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: