Shan, > where is the definition of $screen_placeholder.?
That's an object put into the 'context' for Velocity by Turbine when creating the layout. Not sure if you are aware of the Velocity context or not, if not recommend reading up on it, nice concept: http://jakarta.apache.org/turbine/turbine-2/howto/context-howto.html The context is used to pull Java objects into your velocity template. Also see: http://jakarta.apache.org/turbine/turbine-2/howto/pullmodel-howto.html Also reference any of the vm templates in Jetspeed. Lots of examples of pulling Java objects from the context, and using 'Pull Tools' > If it is > request to send a custom screen thru' the request, how do we > do that?. any inputs on this will help me. I will also go Check out the $jslink examples for how to do this from a .vm page > -----Original Message----- > From: Shan Gopalakrishnan [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 1:29 PM > To: Jetspeed Users List > Subject: RE: output html > > > David, this is a awesome explanation. Thanks a lot. > But that made me curious to ask little more question. > > On the below description > > >>The PSML is placed into a Turbine screen(template) by the > layout, with >>optional navigations. > >> $screen_placeholder > >>The screen placeholder calls the specified screen in the > request, or the >>default screen setup in the TR.p >>Our > default screen will display the requested portal page. > > where is the definition of $screen_placeholder.? If it is > request to send a custom screen thru' the request, how do we > do that?. any inputs on this will help me. I will also go > thru' turbine docs. > > - Shan > > > -- > To unsubscribe, e-mail: > <mailto:jetspeed-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
