jon,

from this class.

what do you think of the sample screen code i sent in
last email ?

thanks.

--

public class VelocityScreen extends TemplateScreen
{
    /**
     * Velocity Screens extending this class should overide this
     * method to perform any particular business logic and add
     * information to the context.
     *
     * @param data Turbine information.
     * @param context Context for web pages.
     * @exception Exception, a generic exception.
     */
    protected void doBuildTemplate( RunData data,
                                    Context context )
        throws Exception
    {
    }
...
}


>From: Jon Stevens <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: turbine-dev <[EMAIL PROTECTED]>
>Subject: Re: why this api and this class
>Date: Wed, 16 May 2001 17:21:59 -0700
>
>on 5/16/01 3:04 PM, "Sky Torch" <[EMAIL PROTECTED]> wrote:
>
> > why is there api doBuildTemplate(RunData, Context) as
> > we all know, context should be retrieved from RunData ?
>
>Huh? Where did you get that from?
>
>-jon
>
>--
>If you come from a Perl or PHP background, JSP is a way to take
>your pain to new levels. --Anonymous
><http://jakarta.apache.org/velocity/ymtd/ymtd.html>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


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

Reply via email to