Yes ... version 1.0.1 is OK.
Thanks.
Moon
Type: Posts; User: yfmoan; Keyword(s):
Yes ... version 1.0.1 is OK.
Thanks.
Moon
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")
},
Hi ,
l have a question for @DBRef ,
@Document
Class A {
@Id
private id;
@DBRef
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....
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...
my fault . The answer is , you cannot put
<bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping"/>
in the applicationContext , should be in...
Hi ,
My application work fine without adding the following code in applicationContext.xml ,
<bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping"/>
...
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"...
Hi ,
l cannot caught org.springframework.validation.BindException .
Here is my code ,
xxx-servlet.xml,
<?xml version="1.0" encoding="UTF-8"?>
Is that means that Spring is an invasive framework ? :)
moon
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...
l think the problem is on HandlerMethodInvoker.updateModelAttributes(HandlerMethodInvoker.java:380)
for (Map.Entry<String, Object> entry : new HashSet<Map.Entry>(model.entrySet())) {
the...
Hi ,
l have a hashcode NullPointerException in my domain class which is my command in controller.
Controller ,
package com.company.loan.web;
....
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...
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...
post #19 in "Dynamic Authorization"
http://forum.springframework.org/showthread.php?t=10185&page=2
Is this what you want ?
moon
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...
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...
yes , this is solved.
http://opensource.atlassian.com/projects/spring/browse/SPR-1779
moon
Hi ,
Is it reasonable to add different delimiter in spring 2.0 M3 ErrorsTag ?
moon
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...
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 .
...
No Luck, checked all the dependencies. Same errors...
Moon
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...
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...