Warning: session_start(): open(/var/lib/php/sessions/sess_5nfqk5nclqtbng259gambqsdo2, 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 LinkedHashSet;
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(c2);
mapPut(data, id, value);
}
ret data;
}