使用IBM WCM在其他页面中显示结果

时间:2019-01-03 07:22:07

标签: websphere websphere-portal ibm-wcm

你好,新年快乐。

我正在使用IBM WebSphere Portal,我创建了用于组件搜索的数据集合。

最后,我在页面中得到了结果 ,但是我需要在其他页面上显示结果。问题是我没有在Google中找到信息。

在我的内容1->>

I have link a component Search.

演示模板->>

<form action='/art/Home/result2' method="post">
<table>
<tr><td>
<input type="text" name="search_query" />
</td></tr>
<tr><td align="right">
<input type="submit" value="Buscar"/>
</td></tr>
</table>
</form>

现在使用action ='/ art / Home / result2',我可以转到另一页,但结果丢失了。

即使我重定向相同的页面,我也会丢失结果...

<form action='/art/Home/result'  method="post"> 
.
.
. 
<Element context="current" type="content" key="linkComponent">

现在,我用内容->

创建了另一个页面“ result2”
<Element context="current" type="content" key="linkComponent">

很明显,如果我重定向到同一页面,它将无法工作,它将无法在另一页面上工作

组件搜索:

标题:

<table>

正文:

        <tr><td>
        <% int i = 3; %>
        <a href="/san/myportal[AttributeResource attributeName="url" separator=","]">
            [AttributeResource attributeName="title" separator=","]
        </a>
        </br>
        [AttributeResource attributeName="summary" separator=","]

        </td></tr>

页脚:

</table>

您可以在我的代码中看到“ JSP”,我的意图是“ response.sendRedirect到page2”。 但是该组件显示文字“ <%int ....”:(

非常抱歉,我的英语水平。

0 个答案:

没有答案