*/
private static final LogDispatcher LOGGER =
LocalizationFactory.createLogger(XFValueElementImpl.class);
public XFValueElementImpl(XDIMEContextInternal context) {
super(XFormElements.VALUE, new StoreDataStrategy(), context);
protocolAttributes = new SelectOption();
protocolAttributes.setTagName("xfvalue");
}