Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    4,051

    Inject the...

    Inject the org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView to your controller, set the URL property and return it as your modelandview.

    [^_^]
    IPBS
  2. Replies
    6
    Views
    10,543

    Same problem happen to me before, either: 1....

    Same problem happen to me before, either:
    1. ireport and spring using different JDK (build using jdk 1.5 run by spring using jdk 1.4.2 ) or
    2. ireport and spring using different version of...
  3. Replies
    4
    Views
    5,532

    Yes it won't work, because tomcat 5.5 dissalow...

    Yes it won't work, because tomcat 5.5 dissalow only * as url pattern. On my project, I would prefer use :


    <url-pattern>*.form</url-pattern>

    So all url ended with .form will be processed by...
  4. Replies
    4
    Views
    5,532

    Re: PageNotFound in DispatcherServlet

    change it to


    <servlet-mapping>
    <servlet-name>archive</servlet-name>
    <url-pattern>*</url-pattern>
    </servlet-mapping>
Results 1 to 4 of 4