I want to create different UI components on JSF(Rich Faces) with native components... for example:
Component I: outputText value="Your name: " inputText value="#{user.name}"
Component II: commandButton value="Set" action="#{user.set}"
And finally, integrate this component on the same jsp. Can you bring an example?
Thanks in advance,
Martin