[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: bug? reading parameters from f:param + commandbutton res
Wolfgang Knauf
do-not-reply at jboss.com
Mon May 4 12:03:50 EDT 2009
By the way: if you need to access request parameters, I would advice you to place them in "h:inputHidden" fields, not in "f:param".
Another important thing to know: the name of the request parameter will contain all the IDs of its "container". So, in your situation, it will be "formid:test", not "test". If your form is in a table, the parameter name will be "tableid:rownumber:formid:test" and so on.
Best regards
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228374#4228374
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228374
More information about the jboss-user
mailing list