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 Massimiliano Dessi <ma...@gruppoatlantis.it> on 2002/08/28 17:30:07 UTC

How can obtain the actual url in the layout templatel?

Hi 
Is it possible reading the actual url inside a layout velocity template?

example  localhost:8080/jetspeed/portal/user/turbine/page/default.psml/js_pane/P-eff026a758-10002

$data.getID() in a velocity template (default.vm) is not accessible, 

with $data.getPageSessionId()  obtain user/turbine/html/default.psml 
the  part /js_pane/P-eff026a758-10002  wich can obtained?

Does it need extends the VelocityPortlet to put in the context this information?

thanks in advanced