java - How to access request parameters in Struts2? -
I am trying to access request parameters on a web page and attempt to set hidden field values in passed parameters I am doing
& lt; S: hidden name = "myfield" value = "# parameter ['myparam']" />
I tried to use the parameter object but it does not work!
Thanks in advance.
adding Zaheer's answer to your comment so that the question can be "answered":
& lt; S: hidden name = "myfield" value = "% {# standards ['mparam']}" & gt; & Lt; / S: hidden & gt;
Comments
Post a Comment