Tommy Pham wrote:
After going over the tags reference several times, I can't seem to figure out the simplest way to get all of the parameters in the URL as I'd like. If use the form's action attribute in conjunction with <s:url />, I get an extra context path inserted. What do you recommend since the <s:form> doesn't have 'includeParams' like <s:url>?
Personally, I'd put those params into hidden fields rather than mixing POST params with URL/GET params.
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org