aspose file tools
The moose likes JSF and the fly likes JSF bind object Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF bind object " Watch "JSF bind object " New topic
Author

JSF bind object

Edward Chen
Ranch Hand

Joined: Dec 23, 2003
Posts: 758
I don't know why the 'peoplePageObj.people.peopleId' can't bind into an object 'people' when clicking the 'submit' button ?

I am new to JSF, please help. any link is welcome.

Thanks.




Abhisek Jana
Greenhorn

Joined: Jan 25, 2007
Posts: 14
use this :

<h:dataTable binding="#{peoplePageObj.people.names}" var="name">


Thanks,<br />Abhi<br />[SCJP,SCWCD,SCBCD,SCDJWS]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JSF bind object
 
Similar Threads
Dynamic Component in JSF
creating a table component dynamically
Unable to call Action Methof
Providing anchor to columns in a datatable
Which Package to Import to Use FacesContext's getRequestMap()?