there is no such thing like "by the name". if you need to reference element - use id. the problem is that you are trying to create elements every time action handler is called, reveiw the logic, create elemnt once, change properies or bound data model instead.
↧