Search:

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

Search: Search took 0.02 seconds.

  1. Help: upgrade to spring-mongo 1.1.1 and no converter issue

    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...
  2. Replies
    1
    Views
    1,170

    help on parsing soap message without webservice

    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...
  3. Replies
    9
    Views
    27,524

    spring-test breaks in Junit 4.5

    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...
  4. Replies
    1
    Views
    1,040

    question on GWT and Spring

    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...
  5. class org.springmodules.cache.config.tangosol.CoherenceN amespaceHandler

    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.
  6. Replies
    2
    Views
    1,000

    the 2.0M1 is OK but the webflow PR5 is...

    the 2.0M1 is OK but the webflow PR5 is conflicting with this. Do we have a new release for webflow soon?

    Thanks.

    Jfd
  7. Replies
    2
    Views
    1,000

    something wrong in the 2.0M1?

    I just upgraded everything to 2.0M1 and my testcases got errors:

    java.lang.NoSuchMethodError:...
  8. Replies
    3
    Views
    4,371

    How to Build a Dynamic Breadcrumbs

    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
  9. Replies
    6
    Views
    4,777

    or you can use clientside remote scipt. please...

    or you can use clientside remote scipt. please see

    http://www.ashleyit.com/rs/

    for detail.
  10. Replies
    2
    Views
    928

    Thanks a lot. I'll take a dive on this. jfd

    Thanks a lot.

    I'll take a dive on this.

    jfd
  11. Replies
    2
    Views
    928

    Validator with meta information passed in

    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...
  12. Thanks a lot, olivier and plethora, I am using...

    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...
  13. spring:bind with property name known only at runtime

    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>...
  14. I finally found the problem source. it is due to...

    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...
  15. Replies
    6
    Views
    15,480

    merge form controller and multiAction controller

    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...
  16. if you put sring tags there and I assume you did,...

    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...
  17. Replies
    2
    Views
    1,109

    Thanks a lot, rharing.

    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.
    ...
  18. Replies
    2
    Views
    1,109

    Dynamic messages using attributeCSV

    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
    [
    ...
  19. Replies
    2
    Views
    1,381

    Just figured out, the default parent for views is...

    Just figured out, the default parent for views is not setup right.

    thanks.

    jfd
  20. Replies
    2
    Views
    1,381

    Help on view Resolver

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