Guest User

Untitled

a guest
Jul 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. com.sun.faces.mgbean.ManagedBeanCreationException:
  2.  
  3. @ManagedBean
  4. @RequestScoped
  5. public class CreateNumberBean extends MasterQuery {
  6. ...
  7. }
  8.  
  9. public class MasterQuery {
  10.  
  11. @ManagedProperty(value = "#{userInformation}")
  12. private UserInformation information;
  13.  
  14. @ManagedBean(name="userInformation")
  15. @SessionScoped
  16. public class UserInformation {
  17. ...
  18. }
Add Comment
Please, Sign In to add comment