Tags in my blog

09 May 2009

Example RichFaces <a4j:status>

This is example how to use <a4j:status>

<a4j:status startText="Started" stopText="stopped" />

or

<a4j:status for="stat2">
<f:facet name="start">
<h:graphicImage value="ajax_process.png" />
</f:facet>
<f:facet name="stop">
<h:graphicImage value="ajax_stoped.png" />
</f:facet>
</a4j:status>

No comments: