Search:

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

Search: Search took 0.01 seconds.

  1. OpenSessionInViewFilter and LazyInitializationException

    The controller receives a request to remove an object. It uses OSIVF and try to remove the object. An exception is throw in DAO layer and catched in the controller with a showForm return to the user...
  2. Replies
    0
    Views
    723

    Combined surrogate and natural strategy!?

    Hi!

    Surrogate or natural keys is old discussion, but what about combined surrogate and natural strategy?

    My intention is to simplify PK mapping to mapping tools (like hiberante) and cut-off...
  3. The docs of AbstractJasperReportsView says: ...

    The docs of AbstractJasperReportsView says:



    It's not a Controller case. It's how can I instruct de View to read de headers property by code...

    Examining the sources of ...
  4. Set Content-Disposition in Controller on a Jasper view

    How can I set Content-Disposition in my controller code? The view is a JasperReportsMultiFormatView


    model.put("ReportName", "Report");
    model.put("dataSource", getData());
    model.put("format",...
Results 1 to 4 of 4