You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jean KON SUN TACK <je...@oracle.com> on 2002/07/26 10:24:54 UTC

ActionMapping instance in request

	Hi gurus,

With Struts 1.02 : In order to retrieve the ActionMapping's parameter in my 
JSP, I wrote something like :

<%
	ActionMapping mapping = 
(ActionMapping)request.getAttribute(Action.MAPPING_KEY);
	String parameter = mapping.getParameter();
%>

But I've seen in RequestUtils.populate that if the form is 
multipart/form-data,
the ActionMapping instance is removed from the request.

Does this still remain in Struts 1.1 ?
Is there another way to get this parameter ?

Thx.
Jean.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>