Foros de discusión

Integrate aui poup in icefaces portlet

Sadaf Riaz, modificado hace 9 años.

Integrate aui poup in icefaces portlet

New Member Mensajes: 9 Fecha de incorporación: 20/10/14 Mensajes recientes
How can open aui popup in icefaces portlet?

Scenario:

I have two xhtml pages as mainpage.xhtml and detail.xhtml
there is ice:commandButton on mainepage.xhtml and i want to open detail.xhtml in aui popup when button will be click from mainpage.xhtml.

Any one can help me out in this case ?

Regards,
Sadaf
thumbnail
David H Nebinger, modificado hace 9 años.

RE: Integrate aui poup in icefaces portlet

Liferay Legend Mensajes: 14917 Fecha de incorporación: 2/09/06 Mensajes recientes
An apple + an orange != a fruit salad.

You are trying to mix two different implementation platforms, and it's simply not going to fly.
thumbnail
Neil Griffin, modificado hace 9 años.

RE: Integrate aui poup in icefaces portlet

Liferay Legend Mensajes: 2655 Fecha de incorporación: 27/07/05 Mensajes recientes
Hi Sadaf,

David is right -- it might be better to use the ICEfaces ace:dialog component at this time.

However, in the future, we might be able to make some fruit salad :-)

The new Liferay Faces Showcase shows the new alloy:dialog component that can be used in conjunction with the Facelet ui:include tag to load a separate Facelet composition like detail.xhtml.

The Liferay Faces code is currently in milestone status, and we have not tried it with ICEfaces yet, because ICEfaces 4.0 (compatible with JSF 2.2) hasn't been released yet.

Kind Regards,

Neil
Sadaf Riaz, modificado hace 9 años.

RE: Integrate aui poup in icefaces portlet

New Member Mensajes: 9 Fecha de incorporación: 20/10/14 Mensajes recientes
Thanks David and Neil for your quick response.

Now I'm using ace:dialog and hope to see some fruit salad in future :-)

Best Regards,
Sadaf