aspose file tools
The moose likes Portals and Portlets and the fly likes Linking JSP pages in portlet application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Linking JSP pages in portlet application" Watch "Linking JSP pages in portlet application" New topic
Author

Linking JSP pages in portlet application

Christian Esocidae
Greenhorn

Joined: Sep 18, 2009
Posts: 5
Hello,

I am looking for an advice/example how to link jsp pages in my Spring portlet. The idea is to start the portlet with a welcome page (view.jsp) and some kind of navigation structure in order to link to some more specific pages (sView1.jsp, sView2.jsp,...)

By now I could not find any example which worked propper so any suggestion would be appreciated

Christian
Christian Esocidae
Greenhorn

Joined: Sep 18, 2009
Posts: 5
Hey Everyone,

so here is my latest try. The portlet ist deployed perfectly but when I click the link ("View1") nothing happens, well in fact it looks like the portlet page would be refreshed.

My files:

view.jsp


ViewController.java


MyPortlet-portlet.xml


Thanks for any hint to solve the problem.

Christian
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Linking JSP pages in portlet application
 
Similar Threads
Oracle 10g portal.
JSF Portlet - how to maintain initial state of portlets in navigating portal pages
problem with HTML link in portlet
how to restore initial state of JSF Portlets when we navigate back to a PORTAL Page
linking jsp pages in a liferay portlet