English 中文(简体)
究竟是哪一个标准是作为“共同财产”还是程序“内容”?
原标题:What qualifies as a JSF or Richfaces "container" for the process attribute?

Edit I think the process attribute must point to an element in the same a4j:form. You can skip to my answer below.


Reading the Using process attribute section of this article they mention that it can point to any container. What tags qualify as a container for use of the process attribute? Some that I am specifically considering:

  • a4j:form
  • a4j:outputPanel
  • a4j:region
  • rich:dataTable
  • rich:panel
  • rich:modalPanel
最佳回答

不可能提到4j:区域。 它肯定与 h子或富.子合作。 我怀疑:可以采用这种方式,因为与加工剂有关的控制已经以某种形式存在,然后是另一种形式。

h:数据 如果您在内部有投入的话,表可能会奏效。

Hope this helps.

问题回答

我没有RichFaces,但从技术上讲,这只是关于接受<条码>id属性的构成部分的工作。 JS/Ajax应当能够通过JS document.getElementById(功能在客户一侧的超超射电树中处理。

因此,从理论上来说,它应当处理所有<代码>和>;rich:xxx>和<h:xxx>部分,因为它们都向客户一方提供超文本。 其中大多数是<代码><a4j:xxx>部件是抽象的,只有服务器部分,而且一定会给客户带来任何影响,因此它就其中任何一项而言都取得了一定的工作。

这一回答最初包含我认为是我尝试的结果,但事实上,我重组了我的形式。 我猜测,我只是不是利用这一进程的属性,而且可能就所有进程开展工作,但需要与它指出的内容一样。





相关问题
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 ...

热门标签