Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 JSF 1.1、Ajax4jsf 和 Tiles 开发一个小型应用程序。当我单击 时a4j:commandLink,将重新加载整个页面。我只想更新页面的一部分。如何解决?
a4j:commandLink
<a4j:commandLink value="Get greeting" reRender="greeting" />
您必须使用属性 reRender 来更新页面的某些部分。 有关详细信息,请参阅此链接。