I am having an issue where I tab between fields(textfields) in a form. The form has several fields all contained within one zone. When I move from one field to another a zone updater is called so that I can perform other operations. All this works fine until I try and tab between fields. Each time I go from one field to another the cursor is reset to the first field. If I use one zone per field this doesn't happen, only when more then one field is within the same zone.
I am fairly new to Tapestry and I assume I must be doing something wrong. Using Tapestry 5.2 Greg