// Add this tag as a request attribute so that enclosed tags can get to it
mPageContext.getRequest().setAttribute(ENCLOSED_FORM_TAG_PARAM_NAME, this);
// If the method is POST, make sure to add DARGS as a query argument
if (isPost) {
request.addQueryParameter ("_DARGS", mFormName);
}
// Encode the action
String encodedAction =
request.encodeURL