Hi,
VCM version of 8.1 SP1+Cumulative and use only appconsole.
We have requirement to overide the presentation of text area cce widget and tried to get widget object in override jsp using code WCMTextAreaWidget wcmTextAreaWidget = (WCMTextAreaWidget) WidgetUtils.getWidgetFromRequest(request).
(Ref:/vgn-wcm-up/secure/widgets/wcmtextarea/wcmtextareawidget.jsp)
This wcmTextAreaWidget is coming as null and throwing the below error when we open a content item of CTD having override jsp.

Please help us in resolving the issue.