Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist

@ViewAction with @Before @ApplyRequestValues

View gist:1335205
1 2 3 4 5 6 7
@UrlMapping(pattern = "/item/#{id}/")
@ViewPattern("/item.xhtml")
@ViewController(PageController.class)
@Owner
@ViewAction("#{pageController.viewAction(pageController.item)}")
@Before @ApplyRequestValues
ITEM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.