> I'm just not a fan of declaring things based on strings, including result > types. > > I don't know what the easiest/best answer is, probably I'll end up doing > nothing :( >
Well, result type strings could be avoided with specialized classes, like
return new InstantDispatcherResult("foo.jsp");
return new InstantActionRedirectResult("fooAction");
Regards,
Christoph
This Email was scanned by Sophos Anti Virus

