I solved it with a less elegant work-around. Instead of overriding
*Manager.save(..). I've extracted all my custom lines of code to a new
method  *Manager.prepare(...). Now, I have to call both in my action
classes:

manager.prepare(...);
manager.save(...)

Not nice, but seems to work.

MH

-- 
View this message in context: 
http://www.nabble.com/ClassCastException-when-testing-overriden-save-method-in-*Manager-tp17748663s2369p18025061.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to