Hi Isomorphic,
it is working in my application as well, thanks a lot.
Real world usage brings a problem and an imperfection, though.
As this is not DMI but an override, I can't freely change the signature to
For me, this result in non-localisable ErrorMessages.
It it possible to somehow call/trigger the validation in a new or overridden DMI method, instead?
This would be great for overview reasons as well:
Best regards
Blama
it is working in my application as well, thanks a lot.
Real world usage brings a problem and an imperfection, though.
As this is not DMI but an override, I can't freely change the signature to
Code:
@Override public ErrorReport validate(Map data, ErrorReport errors, [B]HttpServletRequest servletRequest[/B]) throws Exception {...}
It it possible to somehow call/trigger the validation in a new or overridden DMI method, instead?
This would be great for overview reasons as well:
- All general stuff that applies to all datasources in my SQLDataSource-subclass
- All datasource-specific stuff in a DMI
Best regards
Blama
Comment