public org.w3c.dom.Element setXFormsValue(String id, String value, String sessionKey) throws FluxException {
if (LOGGER.isDebugEnabled()) {
LOGGER.debug("FluxFacade instance: " + this.toString());
}
ChibaEvent event = new DefaultChibaEventImpl();
event.initEvent("SETVALUE", id, value);
return dispatch(event, sessionKey);
}
public org.w3c.dom.Element setRepeatIndex(String id, String position, String sessionKey) throws FluxException {
ChibaEvent event = new DefaultChibaEventImpl();