e park

Greenhorn
+ Follow
since Sep 02, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by e park

The managed bean that contains the table data model is defined as session scope. Is there something else I need to set on the dataTable in the jsp? The only thing I see that I can set scope on within my jsp's are my c:set variables. Thanks
14 years ago
JSF
Hi,
I'm having issues pulling inputText and inputTextArea fields when they reside inside of a data table. I'm writing a common utility bean that will be utilized by all my managed beans so pulling the values using the getters is not an option. ie: i won't know which getters to call. I'm currently pulling the input fields by traversing the UIComponent tree. see code below


The code works fine when the input field is outside of a datatable, it pulls nulls when these same fields are inside of a data table. I'm currently using <rich:dataTable>. Can anyone tell me why the value holder is null when the input is inside of a data table and how I can retrieve the value when it is?
Thanks
14 years ago
JSF