Warning: session_start(): open(/var/lib/php/sessions/sess_4aj0srgl9pfv13jvumfu28dk0p, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static SS autoGetDataFromForm(Component form) {
SS data = new LinkedHashMap;
for (Component c : allChildren(form)) {
S id = componentID(c);
if (id == null) continue;
S value = null;
for (Component c2 : allChildren(c))
if (c2 instanceof JTextComponent)
value = getText((JTextComponent) c2);
mapPut(data, id, value);
}
ret data;
}