maybe you should use a form with session scope instead of request scope
so the data edited in the fields which are not in the present form will
be still stored in the session without repeat it in the parameters




> -----Message d'origine-----
> De : Mouratidis, Georg [mailto:GMouratidis@;heiler.com]
> Envoyé : jeudi 14 novembre 2002 13:54
> À : [EMAIL PROTECTED]
> Objet : NEWBIE-Quesion? add a querystring to <html:form>
>
>
> Hi,
>
> How can i add a received querystring - not through STRUTS action
> - to the <html:form> attribut action.
>
> like this
> <html:form action="organization.do?<%= request.QueryString() %>" >
>
> if i do thhis in the source i see:
>
> <form name="organizationForm" method="POST"
> action="/PCX/organization.do?<%= request.getQueryString()%>"
> id="organizationForm">
>
> what do i do wrong. I do not want to create for each paramter an
> hidden input field.
>
> can somebody help?
>
> thanks
>
> mit freundlichen Grüßen
>
> Georg XL. Mouratidis
> Web Application Developer
>
> Heiler|Software AG
> Mittlerer Pfad 9
> D-70499 Stuttgart
>
> Tel: 0711-139 84-265
> Fax: 0711-866 63 01
> Email: [EMAIL PROTECTED]
>
> Connecting Buyer and Supplier
> http://www.heiler.com
>
> --
> To unsubscribe, e-mail:
> <mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:struts-user-help@;jakarta.apache.org>


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to