I want to create a custom component in JSF2 (kind of improve outputLink), is it possible to use custom user object in the attribute?
<my:cLink param="#{bean.userObject}" />
private MyUserClass userObject
Do you know tutorial for creating custom component in JSF2.0, I found http://www.exadel.com/web/portal/jsftutorial-customcomponents but it's for JSF1.2. I see that some annotation appear to simplify the business.
Thanks you.