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#4097611

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097611
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to