Guest User

Untitled

a guest
Oct 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <f:attribute name="value" value="#{value}" />
  2.  
  3. <h:outputText value="#{outputBean.value}"></h:outputText>
  4.  
  5. public String getValue() {
  6. //ValueExpression valueExpression = Read the page attributes and get the value expression of attribute "value"
  7. // String value = set the value according to the value expression after necessary modifications
  8.  
  9. return value;
  10. }
Add Comment
Please, Sign In to add comment