Hi Madhi,
I'll try to be brief. Portlets are nothing more than widget screens in OFBiz. Portal pages are used to construct pages using portlets. So it's mostly
a technology used in OFBiz to allow users to build their own screens using existing portlets without touching code.
I'm not an user of this technology and it seems they are few minor issues with
it that you might cross while using it (nothing really bad).
You can try it at
https://demo-trunk.ofbiz.apache.org/example/control/ManagePortalPages?parentPortalPageId=EXAMPLE
So you can add columns and in these columns add portlets that you move from
places to places afterward.
Technically this should help you:
https://issues.apache.org/jira/browse/OFBIZ-1999
HTH
Jacques
Le 09/11/2018 à 20:09, Madhi Krishnan a écrit :
Hey all....
Can anyone explain me what are potral Pages and portlets..
What is the concept of these technology and how they have been implemented
in ofbiz..
I was exploring ofbiz and got introduces with the portal pages in the
ViewProfile request..
Thank You..