Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Mylyn integration feature depends on aop integration.

    Is this a mistake or is it intentional? When I try to install the mylyn integration it adds the aop integration alone with it.

    Thanks.
  2. Unable to install 2.2 in eclipse-jee-ganymmede-3.4.1

    Has anyone been able to overcome this:

    Cannot complete the request. See the details.
    Cannot find a solution where both Match[requiredCapability:...
  3. Thanks a lot lumpynose....

    Thanks a lot lumpynose....
  4. How to get the external properties injected into annotated class?

    Hello there,
    I've been playing a lot with the new @Controller and @Autowired annotations and it all seems nice and dandy except for one thing.
    I haven't figure out how to inject a value from a...
  5. Can Controller interface and @Controller coexist?

    This is a repost of: http://forum.springframework.org/showthread.php?t=45792 as I did not get any attention I thought maybe changing the title to something more catchy would get me some responses....
  6. Replies
    0
    Views
    995

    @Controller and @RequestMapping

    Hi there,
    Is it possible to mix Web Controller using the old way with the annotations way? I am having problems doing this. Even though the controller is been found and instantiated, the mapping is...
  7. @Autowired not finding LocalSessionFactoryBean

    Hi,
    when trying to autowired the hibernate LocalSessionFactoryBean @Autowired annotation is throwing an exception that reads:
    Can not find bean &sessionFactory.
    I am running 2.5-RC1. Has anyone...
  8. Replies
    1
    Views
    773

    Read Only Transactions

    Hi out there,
    I have spent a lot of time trying to figure out why, when we update from hibernate 2 to hibernate 3 the performance went down so dramatically.
    The problem seems to be related to...
  9. Replies
    1
    Views
    835

    Isn't this happening by default? The command...

    Isn't this happening by default? The command controller should bind parameters from the query string as well because those are in the actual parameters map into the request. As far as I know this...
  10. Thread: paging

    by edovale
    Replies
    16
    Views
    8,179

    DisplayTag supports external pagination and...

    DisplayTag supports external pagination and sorting so it will get the job done for you. We have used it in my company and it works. This means that you don;t need to load the whole result set but...
  11. Replies
    0
    Views
    788

    ClassCastException in spring:message tag

    Hello there,
    I am having a problem that's becoming really annoying.
    We recently upgrade to spring-1.2.4 from 1.1.5.

    In a JSP we have something like this:



    <c:if test="${param.hasError ==...
  12. Replies
    9
    Views
    1,590

    Thank you all..

    Thanks you all for your replies.
    A question pops up from what I read in your replies.
    If I declared the same PPHC in all bean factories context, and they are all being loaded into the same app...
  13. Replies
    9
    Views
    1,590

    What's the meaning of a parent context??

    Hello out there,

    I am currently having a problem with the creation of my app spring contexts.
    This app is a swing rich client using spring-hibernate.
    I have 3 context files:

    1....
  14. Replies
    0
    Views
    1,029

    Swing-Hibernate Lazy Loading-Spring

    Hello there folks,
    I have got into the task of developing a swing application that has to deal with a lot of data. The good news, it is all read operations being performed in the database; the bad...
  15. Thread:

    by edovale
    Replies
    3
    Views
    1,042

    Thanks katentim, testing for the class will...

    Thanks katentim,
    testing for the class will certainly do the trick however, how is possible that in other many numeric fields I have in my applicatino this does not happens??

    Thanks.
  16. 2 things I would try: first, does not...

    2 things I would try:
    first, <c:out> does not seem to be needed here, you can do it like:


    <tr>
    <td><h3>Team</h3></td>
    <spring&#58;bind path="editStatus.team">
    ...
  17. Thread:

    by edovale
    Replies
    3
    Views
    1,042

    type mismatch

    Hi there folks,
    I am having the weirdest problem I have ever had with spring's tag.

    I have a page as follows:


    <spring&#58;bind path="command.numberOfCallbacks">
    <tr> <%-- Number of...
  18. Replies
    3
    Views
    1,366

    I do need to validate the page. That is the...

    I do need to validate the page. That is the problem. Is there any way to deactivate it and still have the validator's validate method call??
    Thanks
  19. Replies
    3
    Views
    1,366

    How to remove an error from BindException

    Hello there,
    I am having a problem that's driving nuts!!!

    I have a form that gets submited with a few parameters. Some of this parameter I am not interested in some circunstances and in others I...
  20. binding to hashmaps.

    Ho Colio,
    Thank you very much for your answer.
    I tried with the first of the choices you mentioned and it worked perfectly!!!

    Thanks again.
  21. After further investigation I now know that JSTL...

    After further investigation I now know that JSTL EL escapes the quotes (") to \" however, debuging into the Binder I see that spring:bind is just recognizing until the first quote:



    ...
  22. spring:bind hashmaps (how to put quotation marks????)

    Hi there,
    I am trying to bind to a value wich is into a HashMap. That is, the command object has a field of type hashmap and inside it, will be objects depending of the content of the page being...
  23. Replies
    0
    Views
    777

    resolving jsf views??

    Hello out there,
    I am in the process of developing a website using jsf and spring.
    I have been doing some research as to how to properly integrate this frameworks and it seems that beans...
  24. Replies
    3
    Views
    997

    Thanks a lot Alef, this is exactly what I was...

    Thanks a lot Alef,
    this is exactly what I was looking for.
    There is a qiurck though. I looked up PropertiesPlaceholderConfigurer and found just a link to the reference documentation. More...
  25. Replies
    3
    Views
    997

    externalizing web-context bean's values

    Hello folks,
    I have a problem maybe some of you have run into before although I could not find a similar post in this forum.
    I have a MultiActionController in my web app. This controller is using...
Results 1 to 25 of 35
Page 1 of 2 1 2