Hi,
Could anybody tell me what is the right way of using domain objects. Let's say I have object Company and a List<Employee> employees in it. I manipulating a list of employees (delete, new,...
Type: Posts; User: jonasnas; Keyword(s):
Hi,
Could anybody tell me what is the right way of using domain objects. Let's say I have object Company and a List<Employee> employees in it. I manipulating a list of employees (delete, new,...
Hi,
i have financeService and methods in this service are transactinal. There is applicationContext.xml:
// dao's configurations ...
<bean id="financeService"...
Thanks for your reply
Hi,
there is an example. Let's say i have command object 'Command':
public Class Command{
int size;
Employee employee;
}
this is all validation i want to do if staus is NOT "internal"
import ideja.insight.domain.Project;
import ideja.insight.web.util.WebUtils;
import java.util.Date;
import...
if i check the object comand in validation it works ok with fiels that are not date format.
public void validate(Object command, Errors errors) {
Project project = (Project)command;
...
hi,
i have one form for saving and editing projects.( if in url is "id" then edit, else->save). when i enter data in this form, i need that validator would validate some fields according some other...
thanks. i think that was the problem. i made few changes and it works!
hi, im creating a form for time registration. its all month registration so if in month is 30 days and registration is to 10 activities it is 300 inputs. i load all activities from db,using...
i tried with javascript to enable back next links only on load() but it still didnt help. maybe onload() is not simultanious with binding hours to input (internal->each project->each task->each...
hi, im creating a form for time registration. its all month registration so if in month is 30 days and registration is to 10 activities it is 300 inputs. i load all activities from db,using ...