on 2/12/01 1:37 PM, "Don Laursen" <[EMAIL PROTECTED]> wrote:

> public class Default extends VelocityOnlyLayout
> {
> public void doBuild( RunData data )
> {
> }
> }

You need to call super(data). You are overriding the
VelocityOnlyLayout.doBuild() method which prevents anything from being
executed in there unless you call super(data).

OO 101.

-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/> && <http://java.apache.org/turbine/>



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to