portlet url 的几种表示方法

      1、<a href="<portlet:renderURL><portlet:param name="param" value="paramValue"/></portlet:renderURL>">文本</a>

      2、<portlet:renderURL var="URL">

                  <portlet:param name="param" value="paramValue"/>

           </portlet:renderURL>

      3、<portlet:actionURL var="actionURL"/>

          <form action="<%=actionURL%>" method="post"></form>

相关文章:

  • 2021-08-13
  • 2021-06-22
  • 2022-12-23
  • 2021-04-20
  • 2022-12-23
  • 2022-12-23
  • 2022-02-17
猜你喜欢
  • 2021-12-15
  • 2021-12-12
  • 2022-12-23
  • 2021-07-03
  • 2022-02-24
  • 2021-07-26
  • 2021-07-25
相关资源
相似解决方案