Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,600

    You have to write another action to handle it if...

    You have to write another action to handle it if using Struts, or simply using SpringMVC for generating report. SpringMVC has already provided the existing interface to integrate with JasperReports....
  2. Thanks for your reply. Here is the bug issue ...

    Thanks for your reply. Here is the bug issue

    http://opensource.atlassian.com/projects/spring/browse/SPR-1124
  3. JasperReportsHtmlView UTF-8 encoding problem

    Hi all,

    It seems that JasperReportsHtmlView is not able to output the result as UTF-8 encoding. I have configured the view as follow ..



    ...
    <bean id="basicReportMulti"...
  4. Thanks for your quick reply, it works well after...

    Thanks for your quick reply, it works well after change to following !!



    ...
    <property name="exporterParameters">
    <map>
    <entry...
  5. how to define Boolean in application context

    Hi all,

    I'm going to configure a parameter map in my application. I have to configure a Boolean type in one of the parameters, I have encoutered ClassCastException if I using following config ..
    ...
  6. Replies
    1
    Views
    1,671

    I have found a related thread about my issue,...

    I have found a related thread about my issue, here is the reference
    http://forum.springframework.org/showthread.php?t=15611

    404 Page Not Found - it's because the trailing space in the...
  7. Replies
    2
    Views
    3,917

    Thanks your help !! I would simply use the...

    Thanks your help !! I would simply use the DispatcherServlet for my reports.
  8. Replies
    1
    Views
    1,671

    ResourcBundleViewResolver - page not found

    Hi all,

    I'm writing a very simple application to test the SpringMVC, but I encountered some problems. Firstly, I have defined a report-servlet.xml for the DispatcherServlet , following is the copy...
  9. Replies
    2
    Views
    3,917

    JasperReports and Struts

    Hi All,

    I couldn't find any document about the integration between JasperReports and Struts underlying spring framework. And I realized that spring has provided some existing JasperReports views...
  10. Replies
    6
    Views
    1,717

    I am intend to dry run the SQL without changing...

    I am intend to dry run the SQL without changing the database. I know I can control the transaction in programatic way, but just want to know the declarative transaction way can support force rollback...
  11. Replies
    6
    Views
    1,717

    Thanks !! But I want to know that is it possible...

    Thanks !! But I want to know that is it possible to achieve using declarative transaction ??
  12. Replies
    6
    Views
    1,717

    force rollback

    Hi there,

    How could I accomplish the force rollback by using the TransactionProxyFactoryBean even no exception thrown ?? What transaction attribute should be set ??



    <beans>
    <bean...
  13. Replies
    0
    Views
    1,163

    transaction of batch update

    I'm writing a bulk update function for my application, but have encountered some transaction problems.

    First, I have defined a BatchDAO for the data access, snippet



    public BatchDAOJdbc...
Results 1 to 13 of 13