Hmm, that has been a bit since I made the stream, and your example is simplified (just hope this is an example sake, hope).
- . , "", showProducts , , showproducts gsp POSTS. , showProducts, , showProducts.gsp
def ShoppingCartFlow = {
initialize {
action {
[ model: modelInstance ]
}
on ("success").to "showProducts"
}
showProducts {
on("checkout").to "enterPersonalDetails"
on("continueShopping").to "displayCatalogue"
}
}
?