i have beehive pageflows that i am surfacing as a portlet.
the portal that i am using (weblogic) recommends that portlets not contain <html><body> tags; saying that it can cause weird css behavior. currently, i ignore the advice if the jsp/pageflow is surfaced through both a portlet and direct access. does beehive have the capability to suppress the netui:html and netui:body tags output, or does this sound like a valid enhancement request? <netui:html> <head> <title>Title</title> </head> <netui:body> thanks, scott
