Seam FAQ

From Foochal

Jump to: navigation, search


How do I access request parameters in my controller

@RequestParameter
private String username;

Error using create=true and scope on @In annotation

Caused by java.lang.IllegalArgumentException with message: "cannot combine create=true with explicit scope on @In:

Personal tools