Uploaded image for project: 'Velocity'
  1. Velocity
  2. VELOCITY-630

Pass by name does not work with #foreach within a macro

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5, 1.6-beta1
    • 1.6
    • Engine
    • None

    Description

      GIven the following:

      #macro(test $a $b)
      #foreach($i in $a) $b #end
      #end
      #test( [1, 2, 3] "#if($i == 2) yes #else no #end")

      I would expect the output:

      no yes no

      Instead, I get

      no no no

      The Foreach directive explicitly sets $i in the localscope. This change was made for VELOCITY-285 . Before 285 Velocity correctly gave the results "no yes no" which is svn revision number 471881.

      Attachments

        1. Velocity630TestCase.java
          2 kB
          Nathan Bubna

        Issue Links

          Activity

            People

              Unassigned Unassigned
              byronvf Byron Foster
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: