aspose file tools
The moose likes Struts and the fly likes JSF Help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Struts
Reply Bookmark "JSF Help" Watch "JSF Help" New topic
Author

JSF Help

Mikealan Smith
Greenhorn

Joined: Aug 29, 2003
Posts: 15
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
 
 
subject: JSF Help
 
Threads others viewed
How to Open JSF Page in Separate Browser Window
CommandButton with Image and Label
Uploading multiple files
How can we use <jsp:scriptlet /> tag in jspx file that uses faclets
welcome-file in web.xml taking too time load
IntelliJ Java IDE