2012/10/12 Johannes Geppert <[email protected]>: > Thanks for the fast feedback Maurizio. > > I changed the Results Definition in the OrdersController from > > @Results({ > @Result(name="success", type="redirectAction", params = {"actionName" , > "orders"}) > }) > > to > > @Results({ > @Result(name="success", type="redirectAction", params = {"actionName" , > "orders"}), > @Result(name="default-error", location = "orders-editNew.jsp") > }) > > but I got always the blank page. :-(
There is a bug in DefaultContentTypeHandlerManager, already solved, just need to write a test case and will commit it soon. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
