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. :-(
-----
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep
--
View this message in context:
http://struts.1045723.n5.nabble.com/Twitter-Bootstrap-for-the-REST-Showcase-tp5710774p5710790.html
Sent from the Struts - Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]