I didn't try it out. See the comments below. They are just my guess...
> -----Original Message----- > From: DeepSangeet [mailto:[EMAIL PROTECTED]] > Sent: Saturday, July 06, 2002 11:09 AM > To: 'Jetspeed Users List' > Subject: such a long URL if switching pages...??? > > > 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;jsession > id=1E7F73C3CEC > 6C117948B9C88399E5C4A As this is the first page nobody is logged is at that time and you can get rid of this jsessionid variable. So access this tab with http://localhost:8080/jetspeed/portal/pane0/Templales > 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 > where as this should show a simple one such as: > http://localhost:8080/jetspeed/ I think you can use either way to access the first tab. The first URL is just more specific. Anyway they are both handled by the same Servlet. In the first case you just gibe more information to this Servlet. In the second case it uses the defaults. Compare it to my answer to your first question. The links only differ in the last part. These are the names of the tabs, right? I hope this will help. Matthias Wimmer -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
