Hi Sascha
The line below causes a problem because it should not have "," before the
list.
> + <#lt/>, [<#rt/>
+ <#list
> targetParameterIter as item>
> + <#if isFirst>
> +
> <#lt/>document.${formName}.${item}<#rt/>
> + <#assign isFirst
> = false>
> + <#else>
> + <#lt/>
> ,document.${formName}.${item}<#rt/>
> + </#if>
> + </#list>
> + <#lt/>]<#rt/>
> + <#else>[]
> + </#if>
> + <#lt/>
> + };
> + new Lookup(options).init();
> });
> </script>
> </#if>
>
>
>
Regards,
Chatree Srichart