|
| Hi
I have a link in my portlet and I would like it to open a new window to a jsp page that belongs to a separate stand alone application in WAS.
I just did a very simple hard coded link in my portlet to test everything: (http://myserver:9080/test/faces/test.jsp)
This link opens successfully in a new window but the problem comes in when I go back to my parent page. My parent page contains a form and a submit button (h:commandLink). If I try and submit my page the method for the action doesn?t get called but my pag
e is refreshed. I also have a Java Bean (session scope) and I reference it in my faces backing bean class. This bean also loses its state on the submit. If I click the button a second time the action is called and the page is submitted.
If I change the link to something else like http://www.yahoo.com/ than I don't have the problem that I experience.
If I go into my portlet than open a new window in my browser and manually type in the URL to the WAS admin page (http://myserver:9090/admin/) and than go back to my portlet I get the same problem.
If anyone has experienced the same issue or knows of how I can get around this problem I would very much appreciate it
Thanks,
Ross
|
|