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...
Type: Posts; User: caetano; Keyword(s):
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...
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...
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 ...
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",...