Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. Yes ... version 1.0.1 is OK. Thanks. Moon

    Yes ... version 1.0.1 is OK.

    Thanks.

    Moon
  2. MongoDB JSON based query methods - Query Parse Error ?

    Hi ,

    l have data ,

    /* 0 */
    {
    "_id" : "06c6ba17-f2e1-4aa8-87e1-b18d8ea0a852",
    "claim" : {
    "claimDate" : new Date("Sat, 03 Mar 2012 00:00:00 GMT +08:00")
    },
  3. Replies
    0
    Views
    258

    DBRef - Can we create Reference later ?

    Hi ,

    l have a question for @DBRef ,

    @Document
    Class A {

    @Id
    private id;
    @DBRef
  4. Replies
    1
    Views
    348

    Web pagination - Docs Mistake ?

    Hi ,

    From the docs of

    [Spring Data MongoDB - Reference Documentation 1.0 , section 4.5.2. Web pagination , Table 4.1.] or
    [Spring Data Commons - Reference Documentation 1.2 , section 1.5.2....
  5. SpringJs 2.0.8 - Dojo queryExpr: "*${0}*" not function

    Hi ,

    Dojo's queryExpr: "*${0}*" seem to be not function in org.springframework.js-2.0.8.RELEASE.jar.

    header,


    <head>
    <link type="text/css" rel="stylesheet" href="<c:url...
  6. answer

    my fault . The answer is , you cannot put



    <bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping"/>


    in the applicationContext , should be in...
  7. Define DefaultAnnotationHandlerMapping explicitly cause "No mapping found"

    Hi ,

    My application work fine without adding the following code in applicationContext.xml ,



    <bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping"/>
    ...
  8. Replies
    1
    Views
    1,463

    continue ...

    If l request a link :
    http://localhost:8080/simpleerp/re/admin/search.intro.do?criteria=&pageSize=10a , it will be an BindException because of the "pageSize=10a" , it suppose to be "pageSize=10"...
  9. Replies
    1
    Views
    1,463

    Cannot caught BindException

    Hi ,

    l cannot caught org.springframework.validation.BindException .

    Here is my code ,

    xxx-servlet.xml,

    <?xml version="1.0" encoding="UTF-8"?>
  10. Is that means that Spring is an invasive...

    Is that means that Spring is an invasive framework ? :)

    moon
  11. yes , l cannot add multiple instance to a HashSet...

    yes , l cannot add multiple instance to a HashSet .

    But what if l ensure that my application won't add any multiple NEW instances before those Loans domain have a mrNo ? , l would like to use...
  12. l think the problem is on...

    l think the problem is on HandlerMethodInvoker.updateModelAttributes(HandlerMethodInvoker.java:380)



    for (Map.Entry<String, Object> entry : new HashSet<Map.Entry>(model.entrySet())) {


    the...
  13. Annotation-base controler , NullPointerException , hashcode

    Hi ,

    l have a hashcode NullPointerException in my domain class which is my command in controller.

    Controller ,


    package com.company.loan.web;

    ....
  14. Replies
    3
    Views
    2,661

    some research

    l did not find info about "F5 attack" after these days of searching , it supprised me.

    but l do found a funny news -

    http://digg.com/security/Student_arrested_for_deadly_F5_attack

    the...
  15. Replies
    3
    Views
    2,661

    Image verification and F5 refresh

    l noticed that the image verification have been ebabled two weeks ago , l have a question at that time : "why they enabled it ? any attcker doing search attack ? " , but since it is a minor...
  16. Replies
    4
    Views
    2,484

    post #19 in "Dynamic Authorization"...

    post #19 in "Dynamic Authorization"
    http://forum.springframework.org/showthread.php?t=10185&page=2

    Is this what you want ?

    moon
  17. Replies
    23
    Views
    22,562

    l just found a thread form the hibernate forum...

    l just found a thread form the hibernate forum "*weep* solving paginated non-distinct eager fetch"
    http://forum.hibernate.org/viewtopic.php?t=936589 ,

    the recommendation from the hibernate...
  18. Replies
    0
    Views
    844

    FormTag and cssClass

    Hi ,
    l am using spring's FormTag (2.0 M4) ,


    <form:form action="libraryUserTypeForm.htm" method="post" commandName="libraryUserType" cssClass="w45">


    but meet JasperException , "Unable to...
  19. yes , this is solved. ...

    yes , this is solved.

    http://opensource.atlassian.com/projects/spring/browse/SPR-1779

    moon
  20. Different delimiter in ErrorsTag (Spring 2.0 M3)?

    Hi ,

    Is it reasonable to add different delimiter in spring 2.0 M3 ErrorsTag ?

    moon
  21. Replies
    6
    Views
    1,992

    this happened because...

    this happened because "org.springframework.util.ReflectionUtils" was move to spring core spring.jar from spring-webflow-support.jar , there is a version conflict , jvm found the...
  22. Replies
    6
    Views
    1,992

    l found the problem , these exceptions happened...

    l found the problem , these exceptions happened because of the the jars of spring-webflow-preview3 ---> spring-webflow.jar and spring-webflow-support.jar . It run after l removed these two jar .
    ...
  23. Replies
    6
    Views
    1,992

    No Luck, checked all the dependencies. Same...

    No Luck, checked all the dependencies. Same errors...

    Moon
  24. Replies
    6
    Views
    1,992

    spring 2.0 M3 Context initialization failed

    l am using spring 1.2.7 , but when l try spring 2.0 M3 , l cannot initializatized my context , it gave me the following error ,



    but if l changed the spring.jar back from version 2.0 M3 to...
  25. Replies
    18
    Views
    7,834

    Oh ....there is a misunderstanding here , may be...

    Oh ....there is a misunderstanding here , may be is my bad .

    yes , spring can support that .

    but what l want is the POST parameters NOT SHOW in the url after a redirect , that mean redirect...
Results 1 to 25 of 136
Page 1 of 6 1 2 3 4