Search:

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

Search: Search took 0.04 seconds.

  1. It's simple, just put:

    It's simple, just put:

    <td><textarea id="requestDescription" name="requestDescription" >${csrDeficiency.requestDescription}</textarea></td>

    The "value" of the textarea needs to be put between...
  2. Replies
    5
    Views
    2,121

    Implementation of TilesViewResolver for Spring 2.5.x

    package org.springframework.web.servlet.view.tiles2;

    import org.apache.tiles.TilesContainer;
    import org.apache.tiles.access.TilesAccess;
    import...
  3. Replies
    5
    Views
    2,121

    Implementation of TilesViewResolver for Spring 2.5.x

    I noticed that Spring 3.0 now includes a TilesViewResolver, which is implemented a little bit different than the one below. In Spring 3.0 the existence of the tile definition is checked in...
  4. Replies
    5
    Views
    2,121

    TilesViewResolver that checks tilesContainer.isValidDefinition(viewName)

    I encountered the same problem - but a fews years later :) - and I also found this interesting blog post with a built-in solution for what you want:
    http://blog.schemingsolutions.com/?p=23=1

    As...
  5. Thank you. Actually I needed to trace some...

    Thank you.
    Actually I needed to trace some JasperReports methods because of the classloader issues that I mentioned above. The problems occured on a Weblogic server installed on a test machine,...
  6. Thanks for your response

    Can you please show me a quick example of how to configure this in Spring?
    Because I have not used AspectJ weaving before...
    Do I need to use the AspectJ compiler?
  7. How to use SimpleTraceInterceptor with third-party classes

    Hi everyone!

    I hope this is not a stupid question, but I'm quite tired at this hour, and can't think anymore...
    I have a problem with compiling JasperReports inside a web-application that is run...
  8. Check solution here

    It seems that you have the same problem described here:

    http://forum.springsource.org/showthread.php?p=251915

    Check my comment (at the end of the comments list) for a solution to this problem...
  9. Replies
    3
    Views
    2,798

    Circularity problems in with Spring beans when using proxies

    Actually I encountered the same problem in my projects:

    When having multiple service beans which contain references to each other, and these service beans are proxied (for transaction management...
Results 1 to 9 of 9