On 10 apr, 12:01, jax <
real...@gmail.com> wrote:
> Hi All,
>
> Got this code:
>
> ...
> <cfloop from="1" to="#arraylen(cfcatch.tagContext)#" index="i">
> ...
>
> Railo executes this ok, that is, all following code is run fine and does
> what it is supposed to do.
> However, Railo's console show this stacktrace:
>
> java.lang.IndexOutOfBoundsException: Index: 5, Size: 0
> at java.util.LinkedList.entry(Unknown Source)
> at java.util.LinkedList.get(Unknown Source)
> at
> railo.runtime.exp.PageExceptionImpl._getTagContext(PageExceptionImpl.java:220)
> at
> railo.runtime.exp.PageExceptionImpl.getTagContext(PageExceptionImpl.java:190)
> at railo.runtime.exp.CatchBlock.doSpecialItem(CatchBlock.java:145)
> at railo.runtime.exp.CatchBlock.get(CatchBlock.java:112)
> at
> railo.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:240)
> at railo.runtime.PageContextImpl.get(PageContextImpl.java:1092)