Search:

Type: Posts; User: jonasnas; Keyword(s):

Search: Search took 0.02 seconds.

  1. What is the best practice for domain/command objects

    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,...
  2. Replies
    0
    Views
    478

    Testing if transactions work correctly

    Hi,

    i have financeService and methods in this service are transactinal. There is applicationContext.xml:


    // dao's configurations ...

    <bean id="financeService"...
  3. Thanks for your reply

    Thanks for your reply
  4. Validation errors in sub objcects of command object

    Hi,

    there is an example. Let's say i have command object 'Command':



    public Class Command{
    int size;
    Employee employee;
    }
  5. Replies
    3
    Views
    867

    thanks for trying to help

    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...
  6. Replies
    3
    Views
    867

    it doesnd work only with dates!

    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;
    ...
  7. Replies
    3
    Views
    867

    validation with condition

    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...
  8. Replies
    3
    Views
    733

    thaks

    thanks. i think that was the problem. i made few changes and it works!
  9. Replies
    3
    Views
    733

    fast clicking problem

    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...
  10. Replies
    3
    Views
    784

    what is more..

    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...
  11. Replies
    3
    Views
    784

    fast clicking problem

    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 ...
Results 1 to 11 of 11