>Come to the turbine list. Short answer: if you're using frames
>then you must use the VelocityOnlyLayout and not the default
>VelocityECSLayout. With the VelocityOnlyLayout you can fully
>control the output.


Ok, I must be missing something. Still getting the ECS layout.


Default.java

package org.mycompany.newapp.modules.screens;
import org.apache.turbine.util.RunData;
import org.apache.turbine.modules.layouts.VelocityOnlyLayout;

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


Default.vm

test



Output:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html><head><title>Index</title></head><body
bgcolor="#ffffff">test</body></html>





------------------------------------------------------------
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