English 中文(简体)
JSF 前进方向
原标题:JSF Forward and redirect
  • 时间:2012-04-18 10:09:26
  •  标签:
  • jsf
  • icefaces

Currently i am working on a JSF (ICEfaces ) project. I am having a menu where the menu data comes from the database. I mean label and url comes from the database. I am executing the query and writing a logic for the menu. Up to that JSF is good.

Suppose i 点击了Mendu的链接。 我一页。 在这一页,我有3个县。 增 编 更新和安放; 删除 but。 增量导航i

<ice:outputLink/>

其余i

<ice:commandLink/>

我可以浏览一页到另一页以上。 问题一是在回到上页时,没有上页。 浏览一下的那段信息是页面导航。

When navigation is forward, why the previous page is not coming....

请帮助,

感谢

问题回答

我并不完全理解你的问题,而是认为,你在点击你时,浏览器有色变化。

为此,仅添加“? 您的链接。

example:

<ice:outputLink value="mylink?faces-redirect=true" />

一份附带说明,为什么你想要在座右边完全隔 时使用伊采斯语? 为什么不只使用原来的法典(标题)? 见这一解释链接:http://blog.primefaces.org/?p=1692"rel=“nofollow”http://blog.primefaces.org/?p=1692





相关问题
JSF a4j:support with h:selectManyCheckbox

I m having trouble with a JSF selectManyCheckbox and A4J support. The purpose is to run some action when a checkbox is selected. This works perfectly in Firefox. Yet, when testing in any IE (ie6 / ie7 ...

Mojarra for JSF Encoding

Can anyone teach me how to use mojarra to encode my JSF files. I downloaded mojarra and expected some kind of jar but what i had downloaded was a folder of files i don t know what to do with

如何拦截要求终止?

在共同基金中,如果用户要求终止,就需要采取一些行动。 我需要某种拦截器,但我不知道如何这样做。 我需要帮助。 增 编

ICEFaces inputFile getting the file content without upload

Is there any way of just getting the content of the browsed file without any upload/file transfer operations? I currently use ICEFaces inputFile component but I do not need the default uploading ...

Weird behaviour of h:commandLink action (MethodExpression)

I have two JSPs where I am displaying some info from database in a h:dataTable. One of them is showing all the info, and one of them user specifically. I have showXML.jsp that shows the "XML" column ...

How to correctly use ResultSet with h:dataTable

The problem is, that after displaying the ResultSet with <h:dataTable>, the connection is left open. If I close it, it closes the ResultSet too. I m thinking about copying the ResultSet data ...