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();
event.initEvent("SETINDEX", id, position);
return dispatch(event, sessionKey);
}