_tagDelegates.put("WORepetition", new WORepetitionTagDelegate());
_tagDelegates.put("WOGenericContainer", new WOGenericContainerTagDelegate());
_tagDelegates.put("WOGenericElement", new WOGenericElementTagDelegate());
_tagDelegates.put("WOTextField", new WOTextFieldTagDelegate());
_tagDelegates.put("FocusTextField", new WOTextFieldTagDelegate());
_tagDelegates.put("WOCheckBox", new WOCheckBoxTagDelegate());
_tagDelegates.put("WOPopUpButton", new WOPopUpButtonTagDelegate());
_tagDelegates.put("WOText", new WOTextTagDelegate());
_tagDelegates.put("FocusText", new WOTextTagDelegate());
_tagDelegates.put("WOSubmitButton", new WOSubmitButtonTagDelegate());
_tagDelegates.put("WOHyperlink", new WOHyperlinkTagDelegate());