Problem with override of templateSuccess
I’ve defined the following override of templateSuccess:
define override ignore-access-control templateSuccess(messages : List) {
alertSuccess{ "foo: " output(messages) }
}
define alertSuccess() {
div[class=“alert alert-success”]{
“x”
elements
}
}When there is a message, I do get the alert box, but not the content I pass to alertSuccess
Submitted by Eelco Visser on 1 April 2012 at 00:37
Log in to post comments