Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. @ManagedBean
  2. @ViewScoped
  3. public class AnotherBean implements Serializable {
  4.  
  5. @PostConstruct
  6. public void init() {
  7. //Evaluate here!
  8. }
  9.  
  10. @ManagedProperty(value = "#{theSessionBean}")
  11. private TheSessionBean theSessionBean;
  12. //Getter and Setter...
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement