• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic