Liferay7开发文档_3.2.4链接到另一页

链接到另一页

在同一个文件夹view.jsp中,创建edit_entry.jsp文件:

  1. 右键单击src/main/resources/META-INF/resources文件夹,然后选择 New → File。
  2. 命名该文件为edit_entry.jsp,并单击完成。
  3. 将此行添加到文件的顶部:
    <%@ include file="init.jsp" %>
    

    Remember, it’s a best practice to add all JSP imports and tag library declarations to a single file that’s imported by your application’s other JSP files. For edit_entry.jsp, you need these imports to access the portlet tags that create URLs and the Alloy tags that create the form.

  4. 您将创建两个URL:一个提交表单,另一个返回view.jsp。创建返回网址,请在view.jsp刚才添加的第一行下面再添加以下代码:
    <portlet:renderURL var="viewURL">
        <portlet:param name="mvcPath" value="/view.jsp"></portlet:param>
    </portlet:renderURL>
    

接下来,创建一个提交表单的URL。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值