String process = null; String name = null; String desc = null; int currId = -1; process = ; name = ; desc = ; Descriptor Schema Actions ESQL <xsp:expr>process</xsp:expr> Department Processed personnel select max(id) as maxid from department currId = ; insert into department (id, name, description) values ( (currId + 1), name, desc ) name added Back to the welcome page