On 1/4/02 4:22 PM, "Pugh, Eric" <[EMAIL PROTECTED]> wrote:
> Does every .vm need a screen? No. > I am trying to create a .vm file with no > corresponding .java class. However, using TDK2.1, I get errors. I looked > in the source, and it seems to throw an exception whenever it can't find the > screen. Is there anyway to change this behavoir from the configuration? It throws an exception when it can't find a template, not a screen class. There is a default screen class that can be specified so that if a screen class doesn't exist than the default screen class will. The sample app in the 2.1 TDK is a full example of how this works. > It seems that many people (per the other posts) are not using .java screens, > but just .vm and pull tools. Yup. > Eric > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
