2002. november 14. 13:54 dátummal Mouratidis, Georg ezt írtad: > 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?
RT expressions must start with <%= and end with %>, so write <html:form method='POST' action='<%= "/PCX/organization.do?" + request.getQueryString()%>'> Hth, Tib -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>