[jboss-user] [JBoss Seam] - Re: accessing hidden field values in a SFSB

dustismo do-not-reply at jboss.com
Mon Oct 22 16:06:04 EDT 2007


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



More information about the jboss-user mailing list