Hi There,
I seem to have an issue with a portlet that has a link with query
data appended.
If I use the following on my href attribute of <A/> tag:
$jslink.addQueryData("js_peid", "${portlet.ID}").addQueryData
("eventSubmit_doExecute", "jump").addQueryData("mailDbName", "
${mailDbBean.getMailDbName()}").addQueryData("page", "${nextPage}")
I get the following error:
Error retrieving Portal Page: Profile not found.
My url with the problem looks like this:
http://localhost:8080/jetspeed/portal/media-type/html/user/Alen+Ribic/page/default.psml?js_peid=P_f932342faa10000&eventsubmit_doexecute=jump&maildbname=MyMail&page=2
However, if I just use the $jslink as the href then the page loads
correctly.
My url with NO problem looks like this:
http://localhost:8080/jetspeed/portal/media-type/html/user/Alen+Ribic/page/default.psml
All I am trying to do is reload the pane that my portlet is in
passing on required parameters.
Any suggestions as to what I might be doing wrong or alternative
options I could try.
Regards,
--Alen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]