TOBAGO-637: Generate Components and JSP Tags from annotations
- get the body content should be done in "doAfterBody" instead of "endTag", because otherwise it is empty
- cleanup
TOBAGO-909: Postback detection fails with JSF Impl 1.1.01 and MyFaces 1.1.4
- Checking if the state will be rendered, if not write the hidden field explicitly
(is only active for JSF 1.1)
Consolidate the calls of "doUpdate" for AJAX: remove doublicated code and call the init methods for ajax-loaded html content.
This we need, e. g. when using tab-swich width ajax and the new tab has a menu-bar inside.
Fix input suggest (exceptions in some cases, when ajax call overlap) related to TOBAGO-843