You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by "Emandi, Srinivasrao" <sr...@logicacmg.com> on 2006/01/25 14:18:01 UTC

Can we redirect to a psml file from a portlet file

Hi all
	Can any one clarify whether we can forward to a psml file from a portlet.
Thank You in advance


This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Can we redirect to a psml file from a portlet file

Posted by Jongyun Kim <fo...@gmail.com>.
Maybe you can link the psml-file within portlet's doView() method, like
below

<a href='/jetspeed/portal/my-account.psml'>Change Password</a>

if your psml-file "MyHome" is located in the sub-folder, then it will be
accessed by

<a href='/jetspeed/portal/sub-folder/MyHome.psml'>My Home</a>

Hope this helps,

- Jongyun, Kim.