Skip to content

Instantly share code, notes, and snippets.

@gonzalad
Created November 2, 2011 22:53
Show Gist options
  • Save gonzalad/1335210 to your computer and use it in GitHub Desktop.
Save gonzalad/1335210 to your computer and use it in GitHub Desktop.
@UrlMapping(pattern = "/item/#{id}/")
@ViewPattern("/item.xhtml")
@ViewController(PageController.class)
@Owner
@ViewAction("#{pageController.viewAction(pageController.item)}", phase=AppliRequestValues.class, before=true)
ITEM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment