Originally posted by timur diarov:
Hello! How can I implement navigation from one portal page to another in my jsf portlet?
Originally posted by Shashidhar Rao:
Thanks for the reply.
If you rememeber web application with servlets/JSP, first we will create war file and deploy in server/container. Then we will go to specific url which intern runs servlet.
Like: http://localhost:8080/HelloWorld - this runs corresponding servlet/JSP then opens HelloWorld message from Servlet/JSP. This new response will be in new plain page.
Exactly I want to see like that. My client don't want to see all these stuff like add portlets he needs. Well we can give options but I want to custimize entire page. I don't want let them to see any of server related information in my page. I want to let them to see only few portlets(which I allows him to see or which he interested to see) nothing else...
I hope you understand
[ July 09, 2008: Message edited by: Shashidhar Rao ]