Search:

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

Search: Search took 0.02 seconds.

  1. In my case I was catching ...

    In my case I was catching
    EmptyResultDataAccessException and it was working fine.

    I made some changes in my code and restarted tomcat next time it threw
    NoResultException

    Don't understand...
  2. after creating my first GAE application i got...

    after creating my first GAE application i got following error.



    org.datanucleus.exceptions.NucleusUserException: Class "com.google.appengine.api.datastore.DatastoreService" was not present in...
  3. Replies
    4
    Views
    1,251

    I have opened an issue on jira ...

    I have opened an issue on jira

    http://jira.springframework.org/browse/ROO-800
  4. Replies
    4
    Views
    1,251

    @NotEmpty and @Size(min=1) both are server side...

    @NotEmpty and @Size(min=1) both are server side validation they don't work on client side only @NotNull works on client side.

    I think this is a defect in roo, @NotNull should work on server side...
  5. Replies
    4
    Views
    1,251

    Serverside validation

    I have created a User domain with not null fields.

    If i remove following javascript validation on submit.


    <script type="text/javascript">Spring.addDecoration(new...
Results 1 to 5 of 5