I am trying to determine where default.psml is used.  I have found that
JetspeedAcessController.doPerform is where the Profile object is created
with name parameter set to default.psml.  I have stepped through
countless lines of code trying to see where this is used, in an effort
to fiqure out how I add something other than default.psml.  I get all
the way to TurbineVelocityService.decodeRequest where it finally calls
Velocity.mergeTemplate( "screens/html/Home.vm", context, writer) but I
still do not see where default.psml is used.

Looking at Home.vm shows something promising:

$jetspeed.getPane("default")

but I cannot find jetspeed in the context either.  I would have expected
to see an object in the context hashmap with a key of jetspeed - right?

Can anyone shed some light on how this works?

Thanks

Pat



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

Reply via email to