You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Claude Brisson (JIRA)" <ji...@apache.org> on 2018/10/04 17:40:00 UTC

[jira] [Updated] (VELOCITY-895) Implement implicit integer conversion for integer range iteration

     [ https://issues.apache.org/jira/browse/VELOCITY-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claude Brisson updated VELOCITY-895:
------------------------------------
    Description: 
In expression:

   {{#foreach($i in [$min .. $max])}}

{{$min}} and {{$max}} should be implicitely converted to integers.

 

  was:
In expression:

   {{#foreach($i in )[$min .. $max])}}

{{$min}} and {{$max}} should be implicitely converted to integers.

 


> Implement implicit integer conversion for integer range iteration
> -----------------------------------------------------------------
>
>                 Key: VELOCITY-895
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-895
>             Project: Velocity
>          Issue Type: Improvement
>          Components: Engine
>    Affects Versions: 2.0
>            Reporter: Claude Brisson
>            Assignee: Claude Brisson
>            Priority: Minor
>             Fix For: 2.1.x
>
>
> In expression:
>    {{#foreach($i in [$min .. $max])}}
> {{$min}} and {{$max}} should be implicitely converted to integers.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org