Hello all,
I am doing an upgrade to the new 1.1.1 spring.data.mongo release. after that the i alwasys got:
<pre>
Caused by: org.springframework.core.convert.ConverterNotFoundException: No...
Type: Posts; User: jfd; Keyword(s):
Hello all,
I am doing an upgrade to the new 1.1.1 spring.data.mongo release. after that the i alwasys got:
<pre>
Caused by: org.springframework.core.convert.ConverterNotFoundException: No...
I have a case need to parse the soap message not though web service. what is the simple way to do that? I googled and not answer found.
the business case is that we have the soap request log and...
Basically, Junit 4.5 took out exceptions out the constructor classes. So I am running spring2.5.5 under it will get:
java.lang.NoClassDefFoundError: org/junit/Assume$AssumptionViolatedException at...
Hello All,
I need help on a project using hibernate, spring and trying to use GWT in the front.
After some literature reading I think I got some ideas on the server side. but confused on the...
I am using 0.7 (get from maven2 repo) and unable to see this class? but the handler still registers it?
if it is removed, the handler might need to be fixed too.
the 2.0M1 is OK but the webflow PR5 is conflicting with this. Do we have a new release for webflow soon?
Thanks.
Jfd
I just upgraded everything to 2.0M1 and my testcases got errors:
java.lang.NoSuchMethodError:...
Hello all,
our project needs to build dynamic breadcrumbs in the spring/hibernate web application. Can anybody share their idea on how this was implemented?
Thanks alot.
Jfd
or you can use clientside remote scipt. please see
http://www.ashleyit.com/rs/
for detail.
Thanks a lot.
I'll take a dive on this.
jfd
Hello all,
I got a case where I need to pass some other information to the validator. These are the meta information about the fields (required, text length, max numerica value etc), to be used...
Thanks a lot, olivier and plethora,
I am using JSp2.0 and my object is a list. so I tried this and it does work now in case somebody else has the same issue.
<c:set var="fldname">command.<c:out...
Hello all,
I need to use spring:bind with variable property name at runtime. like in JSTL, you can do this:
<c:forEach items="${props}" var="d">
<td><c:out value="${entry[d.propName]}"/></td>...
I finally found the problem source. it is due to the newest jstl or may be there are some special configurations for the latest ones that I did not do? Unfortunately the JSTL forum is closed. So I...
Hello all,
I am a newbie to Spring and just migrating to it. so please bear with me.
I would like to put all the CRUD operations for a domain object into one controller. in this case my...
if you put sring tags there and I assume you did, then this should work for you:
<spring:message code="${msgName}">
But I have another issue too, that the following is not working. I cannot get...
Thanks a lot, rharing.
<fmt:message><c:out value="${htitle}"/></fmt:message> is not working and still give me the same result.
<spring:message code="${htitle}"/> works at the message level.
...
Helllo all
I got an issue with dynmically get the messages based on the view's attributeCSV definitons, like teh country example.
here are some of the related setups.
view.properties
[
...
Just figured out, the default parent for views is not setup right.
thanks.
jfd
I am using the resourceBundle View resolver and pass a view name "underconstruction" to the MOdelAndView.
I had the view property defined and I saw the entries load into the hashmap etc. but I...