[jboss-user] [JBoss Portal] - PortletBridge, Richfaces & a4j:include

guybedo do-not-reply at jboss.com
Tue Dec 2 21:20:52 EST 2008


Hi,

i'm currently developping portlets with portletbridge and richfaces both snapshot version.

I'm trying to create wiazrd like functionnality using a4j:include as stated in the richfaces demo.

I can't manage to make it work, each time i want to navigate to another page inside my "wizard", it refreshes the whole portlet page and replaces it with the new page instead of replacing the content of the a4j:include.

I haven't tried yet to use it in a "classic" webapp but i imagine it must work, so the problem is surely that i'm behind the portlet bridge.


Main.xhtml

<h:panelGroup id="ActionPanel">
<h:form>
<a4j:include viewId="/pages/AlertActionMenu.xhtml"/>
</h:form>
</h:panelGroup>


page1.xhtml

< div style="position:relative">
<a4j:commandButton size="50" value="Creer une alerte" action="createAlert" reRender="ActionPanel"/>
< /div>


Thanks for your help. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193901#4193901

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193901



More information about the jboss-user mailing list