Fórum

portletDevelopment

shiva prasad, modificado 11 Anos atrás.

portletDevelopment

New Member Mensagem: 1 Data de Entrada: 25/07/12 Postagens Recentes
Hi
This is Shivaprasad Am Preparing POC on Liferay for my project.
I am developing a protlet Which is Library mangement,
that Portlet I have update.jsp,list.jsp,view.jsp
i Have entered Values in update.jsp and submit the button it its diplaing The entered values in the console.
but i need to display in another jsp file that is list.jsp
pls help as soon as possible.
thumbnail
Jignesh Vachhani, modificado 11 Anos atrás.

RE: portletDevelopment

Liferay Master Postagens: 803 Data de Entrada: 10/03/08 Postagens Recentes
Before you proceed further development, you should have knowledge about portlet specifications JSR 286 or JSR 168.
So it would help you to clear the complete portelt flow and how its work out.
thumbnail
Dhrutika Parekh, modificado 11 Anos atrás.

RE: portletDevelopment

Expert Postagens: 435 Data de Entrada: 09/02/09 Postagens Recentes
Hi Shiva,

Try to follow this link: http://liferay-book.googlecode.com/files/liferay-portlet-development.pdf

Regards,
Dhrutika
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: portletDevelopment

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Developer's documentation may provide you with information on how to pass parameters.

http://www.liferay.com/documentation/liferay-portal/6.1/development/-/ai/passing-information-from-the-action-phase-to-the-render-pha-4
thumbnail
Manish Kumar, modificado 11 Anos atrás.

RE: portletDevelopment

Junior Member Postagens: 93 Data de Entrada: 02/03/12 Postagens Recentes
Hello Shiva Prasad,
As i understood the your requirement you can use the
request.setAttribute("update.jsp","list.jsp")
for setting the attribute in that list.jsp when data is entered and submitted in the update.jsp.
you can also take some reference from this link.
setAttribute

Hope this will help you emoticon