Fahim A.

Greenhorn
+ Follow
since Apr 20, 2008
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 Fahim A.

After calling the getter #{reportManagerBean.propertyList} the htmldatatable seems to forget the positioned row and returns -1. After that the getter of propertyList does return a list of SelectedItems to the htmldatatable without an position.

Anybody got an idea how to solve this problem?
15 years ago
JSF
Hi there,

i am bugged because of following error message:



Error message of the site:


How I get to this error message:

I do have some selectOneMenu Boxes within an dataTable on my xhtml site:


With an commandLink I do change propObject (I do add one more property to this list). I will get only this error message, when #{reportManagerBean.propertyList} will be called and propObject.property has an value. If propObject.properts is null (no value choosen), everything works fine...

reportManagerBean.propertyList():


Anybody got an idea what this error message means?

[ April 20, 2008: Message edited by: Fahim A. ]
[ April 20, 2008: Message edited by: Fahim A. ]
15 years ago
JSF