I think we haven't solve the main problem that is, the context appears in the action attribute of a form builded from s:form tag. is s:form ready to not to add the context in a production enviroment?
in my company we've decided, as Tommny, to use html tag <form> instead of <s:form theme="simple"> thank u guys 2009/9/12 Tommy Pham <[email protected]> > --- 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] > >

