Thanks Holger. The issue did have to do with the "page" parameter
clashing with the Turbine's one.

Regards,
--Alen




                                                                     
             h.dewes                                                 
             @inside                                                 
             rs.de                                                To 
                             [EMAIL PROTECTED]        
             12/02/2                                              cc 
             003                                                     
             04:14                                           Subject 
             PM              RE: / /OREF:CPTC7F07 Link with query    
                             data: Error retrieving Portal Page      
                                                                     
             Please                                                  
             respond                                                 
               to                                                    
             jetspee                                                 
             d-user@                                                 
             jakarta                                                 
             .apache                                                 
              .org                                                   
                                                                     
                                                                     
                                                                     
                                                                     
                                                                     




> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 02, 2003 3:07 PM
> To: [EMAIL PROTECTED]
> Subject: / /OREF:CPTC7F07 Link with query data: Error
> retrieving Portal Page
>
>
>
>
>
>
> 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/Ale
n+Ribic/page/default.psml?js_peid=P_f932342faa10000&eventsubmit_doexecut

e=jump&maildbname=MyMail&page=2

I'd say the 'page' parameter is the problem. It is used by Jetspeed
(or
rather Turbine?) (.../page/default.psml...), so I guess it gets
confused
when you add the parameter again. It's probably looking for the page
'2'
which of course it cannot find.

Rename the 'page' parameter to something else and it should work.

HTH
--
Holger Dewes


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
[EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to