Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to output the row index for each row in a rich:dataTable. It looks like the stateVar attribute would do this, but I can't figure out how to use it.

The reference documentation for this is hopeless:

The attribute provides access to a component state on the client side

Simply outputting the state variable yields "org.ajax4jsf.component.SequenceDataAdaptor$1@f63387". I had a quick look around the web for the source, but had no luck.

Does anyone know which property of the dataTable will give me the row index?

share|improve this question

1 Answer

up vote 2 down vote accepted

What you need is the rowKeyVar attribute.

share|improve this answer
Thanks, that's what I was looking for. – harto Nov 24 '09 at 23:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.