In your example, you would want to use a normal
| <input type="hidden" name="rowIndex" />
|
rather then <h:inputHidden>
or else change this
(String) map.get("rowIndex");
to the actual generated name of the field (something like formName:rowIndex).
best,
Dustin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097611#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...