Deep,
See below.

DeepSangeet wrote:

> Hi
> I have a simple query:
> My requirement was to maintain the top frame and left frame same and switch
> the main page to another page.
> 
> Well what I have done that I went to /psml/anon/html/en/default.psml file
> and added another portlet tag name "Templates" in the same file.

> 
> <portlets>
> <metainfo>
>       <title>Templates</title>
>     </metainfo>
> .............
> .............
> .............
> </portlets>
> 
> This action has modified the what I have been looking for and added up the
> new item on the menu of the first page. When I click the newly added menu
> item on the main page, it shows the another page but if I look to the URL it
> is something like...
> 
> http://localhost:8080/jetspeed/portal/pane0/Templales;jsessionid=1E7F73C3CEC
> 6C117948B9C88399E5C4A

/jetspeed - Servlet Context
/portal - Required by Jetspeed
/pane0/Templales  - Pane name to display
;jsessionid=1E7F73C3CEC6C117948B9C88399E5C4A - Session id set by the 
servlet engine.  The servlet engine also trys to set a cookie with named 
jsessionid.

> 
> Can one please help me to know why we get such a long URL?
> I mean, I am trying to switch from one page to another page so why it shows
> such a long URL?
> 
> Not only this when I try to come back to home back it should show me the URL
> :
> 
> http://localhost:8080/jetspeed/portal/pane0/Home
The top level pane name Home on the user's default page


> 
> where as this should show a simple one such as:
> 
> http://localhost:8080/jetspeed/index.jsp
The first portlet on the default page.


> 
> Why it has addedup /portal/paneo....?

This allows may panes to be addressed in the URL.

> I mean, I have never seen any e-commerce site where URL changes like this as
> we switches the pages!!!

Have you looked at the cookies set by the e-commerce site?  Their is 
information about the current session the need to be passed between the 
browser and the server.  Jetspeed is using the URL.


> I believe there must be a another way to handle this problem instead adding
> in the same default.psml file.
I am not sure what the "problem" is?


> 
> I shall be highly obliged for your kind advice.
> 
> Regards
> Deep
> 


Paul Spencer



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

Reply via email to