--- On Fri, 9/11/09, Dave Newton <[email protected]> wrote: > From: Dave Newton <[email protected]> > Subject: Re: [S2.1.6] problem with value attribute for <s:form> > To: "Struts Users Mailing List" <[email protected]> > Date: Friday, September 11, 2009, 7:14 PM > 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 > >
Hi Dave, It's for SEF/SEO URL rewrite which I'll implement later. Thanks, Tommy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

