|
| I am trying to accomplish a very simple task: I have a regular non-portal J2EE web application that needs to invoke a JSP page residing on the JSR 168 portal with one String parameter. I am using IBM Websphere Portal server.
Basically, I want to call this kind of URL:
http://myportal/UserFriendly?name=Blah
so I can extract the value of the name parameter in my JSR 168 portal jsp page.
But when I add the parameter to the URL, the portal does even recognize the URL anymore and does not invoke the right page (gives me "page not found" error). I guess it's expecting as potal-generated URL. Are there any Utility classes I can use on the J2E
E app. side to generate this kind of URL? How can I pass this simple piece of information to the portal (String parameter)?
Any help would be appreciated.
Thanks!
|
|