* @param protocol The protocol to use for rendering.
* @param stringId The string ID.
* @throws ProtocolException
*/
protected void renderOpenString(VolantisProtocol protocol, String stringId) throws ProtocolException {
JavaScriptStringAttributes stringAttributes = new JavaScriptStringAttributes();
stringAttributes.setId(stringId);
stringAttributes.setStyles(StylingFactory.getDefaultInstance()
.createInheritedStyles(
protocol.getMarinerPageContext().getStylingEngine().getStyles(),
DisplayKeywords.NONE));
renderWidgetOpen(protocol, stringAttributes);