• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

2 newbie questions on errors encountered

 
Ranch Hand
Posts: 387
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am going through an online tutorial for JSF as I am very new to it. I am having to work in an IBM RAD 7.5.5.1 & Websphere 7 environment.

In my User class under a package called pagecode I have the following:



In my JSP page I have:



In my web.xml file I have:



And in my faces-config.xml file:



But I am getting these 2 errors for which I would appreciate any direction and/or help:



What is interesting is that if I enter in the JSP where the first error is occurring a scriplet <%=request.getRemoteUser().substring(6)%> then I am able to get my userID populated in the form, however, I do not want to use scriptlets in the JSP page and just bring it in from the bean if at all possible.

Again, any help/direction would be greatly appreciated. Thank you.
 
Can you hear that? That's my theme music. I don't know where it comes from. Check under this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic