You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by peter neubauer <pe...@yahoo.se> on 2002/08/07 16:20:43 UTC

Newbie: Multiple Screens in one page?

Hello,
I'm wondering how to include multiple screens in my page? Is there only
one $screen_placeholder defined?
I would like something like


#if ( $data.getMessage() )
{
    $data.getMessage()
}

<table width="100%">

<tr>
    <td>$navigation.setTemplate("/default_top.vm")</td>
</tr>
<tr>
    <td>$screen_placeholder</td>
</tr>
<tr>
    <td>$screen_placeholder_2</td>
</tr>
<tr>
    <td>$navigation.setTemplate("/default_bottom.vm")</td>
</tr>

</table>

Any hints?

/peter

_____________________________________________________
Gratis e-mail resten av livet p� www.yahoo.se/mail
Busenkelt!

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Newbie: Multiple Screens in one page?

Posted by peter neubauer <pe...@yahoo.se>.
If you say it - I don't know what exactly the borderline between
Velocity and turbine is, but I will place the question there.

Thanks

/peter

On Wed, 2002-08-07 at 16:26, Geir Magnusson Jr. wrote:
> On 8/7/02 10:20 AM, "peter neubauer" <pe...@yahoo.se> wrote:
> 
> > Hello,
> > I'm wondering how to include multiple screens in my page? Is there only
> > one $screen_placeholder defined?
> > I would like something like
> > 
> > 
> > #if ( $data.getMessage() )
> > {
> >   $data.getMessage()
> > }
> > 
> > <table width="100%">
> > 
> > <tr>
> >   <td>$navigation.setTemplate("/default_top.vm")</td>
> > </tr>
> > <tr>
> >   <td>$screen_placeholder</td>
> > </tr>
> > <tr>
> >   <td>$screen_placeholder_2</td>
> > </tr>
> > <tr>
> >   <td>$navigation.setTemplate("/default_bottom.vm")</td>
> > </tr>
> > 
> > </table>
> > 
> > Any hints?
> > 
> 
> Is this a turbine question?
> 
> -- 
> Geir Magnusson Jr. 
> Research & Development, Adeptra Inc.
> geirm@adeptra.com
> +1-203-247-1713
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


_____________________________________________________
Gratis e-mail resten av livet p� www.yahoo.se/mail
Busenkelt!

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Newbie: Multiple Screens in one page?

Posted by "Geir Magnusson Jr." <ge...@adeptra.com>.
On 8/7/02 10:20 AM, "peter neubauer" <pe...@yahoo.se> wrote:

> Hello,
> I'm wondering how to include multiple screens in my page? Is there only
> one $screen_placeholder defined?
> I would like something like
> 
> 
> #if ( $data.getMessage() )
> {
>   $data.getMessage()
> }
> 
> <table width="100%">
> 
> <tr>
>   <td>$navigation.setTemplate("/default_top.vm")</td>
> </tr>
> <tr>
>   <td>$screen_placeholder</td>
> </tr>
> <tr>
>   <td>$screen_placeholder_2</td>
> </tr>
> <tr>
>   <td>$navigation.setTemplate("/default_bottom.vm")</td>
> </tr>
> 
> </table>
> 
> Any hints?
> 

Is this a turbine question?

-- 
Geir Magnusson Jr. 
Research & Development, Adeptra Inc.
geirm@adeptra.com
+1-203-247-1713



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>