| 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
|
 |
 |
|
|
subject: Linking JSP pages in portlet application
|
|
|