Hi
Is it a best practice to use edit bar for all the components developed for a particular project .
Also, using the below code directly in global.jsp for removing extra divs, will it affect any other functionality of components in publish mode.
<% if (WCMMode.fromRequest(request) != WCMMode.EDIT && WCMMode.fromRequest(request) != WCMMode.DESIGN) { IncludeOptions.getOptions(request, true).forceSameContext(Boolean.TRUE); } %>
Thanks
Veena