When I try to create a Tag with TEI, like this <x:mytag id="list" ...> <% String list = ...... %> </x:mytag> This tag will use TEI declare a vairable in scripting with AT_END scope. but Orion will alter a translation error says that you duplicate declare "list", It's very strang, the AT_END scope should allow you to do this, isn't it? Regards Brend