Example given in Component reference doesnt work richfaces4.
Page Number 65.
<a4j:form> doesnt exist in Rich faces4 M5..TO Make it work what is the change i have to do.
The following is copied from page number 65 Component reference guide. And also i want to open popup in richfaces 4 M5 on button click.can u please send me the solution.
<a4j:form>
<rich:popupPanel id="popup" modal="false" autosized="true" resizeable="false">
<f:facet name="header">
<h:outputText value="The title of the panel" />
</f:facet>
<f:facet name="controls">
<h:graphicImage value="/pages/
close.png" style="cursor:pointer" onclick="#{rich:component('popup')}.hide()" /
>
</f:facet>
<p>
This is the content of the panel.
</p>
</rich:popupPanel>
</a4j:form>
This is not related to JBoss Tools. It's better to ask in RichFaces forum.