有 但是不是这样做的传:
<%
  String newValue = "New string value";
  pageContext.setAttribute("newValue", newValue);
 %>
   <html:link page="/test.jsp"
          paramId="stringProperty" paramName="newValue">
    String via paramId and paramName
  </html:link>
取:
  <logic:present parameter="stringProperty">
  <bean:parameter name="stringProperty" id="par1"/>
  <bean:write name="par1"/>
  </logic:present>
这样可以