• 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

JSF Help

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am experimenting with JSF. I don't have very much experience with Struts or anything else, so forgive me if my question is very simple.

I have 2 JSF pages. EnterEmail.jsp and DisplayEmail.jsp.
I also have a Bean called EmailItem.
The EnterEmail page simply has an Input box to enter a userId, and a command button. Once the command button is selected, the action event calls a method that loads a file(a text file on a local drive). There may be multiple records with this UserId.

At this point DisplayEmail is displayed showing the entered UserID.
Now i want to add multiple Output Boxes to display the information that is related to the userId.
This is where i'm stuck and don't quite know how to proceed. Can someone point me in the right direction?

Thanks
Mike
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic