Gabriel Moreno <[EMAIL PROTECTED]> writes:

I simply wasn't able to get my hands on the source. Daniel Rall
offered to look into the java.apache.org backups.

If you have the source to the tags, please send them to me via mail.

        Regards
                Henning


>Alex,
>org.apache.turbine.services.jsp.tags.* were removed from the
>distribution I don't know why. There was a POLL in March to decide
>whether to put them back or not. I thought the results shows a trend to
>include them (although some oppossed). I don't know if a concrete action
>was taken. Maybe some of the Turbine developers can answer you.

>Regards,
>Gabriel

>On Mon, 2003-07-21 at 11:10, Alex wrote:
>> Unfortunly, there was not /WEB-INF/tlds/template.tld file at all after 
>> installation, i copy it there manually but i 
>> still can't use it because there's no org.apache.turbine.services.jsp.tags.* 
>> package in my turbine-2.2 distribution. 
>> Where can i get needed classes?
>> 
>> Thank you!
>> 
>> Gabriel Moreno <[EMAIL PROTECTED]>:
>> 
>> > You have to use tags. Here's an example:
>> > --------------
>> > <%@ taglib uri='/WEB-INF/tlds/template.tld' prefix='turbine' %>
>> > <html>
>> > <head>
>> > </head>
>> > <body>
>> >     <turbine:screen section="body" />
>> > </body>
>> > </html>
>> > -------------
>> > The tag <turbine:screen section="body" /> gets replaced with a screen.
>> > 
>> > On Mon, 2003-07-21 at 08:34, Alex wrote:
>> > > hello everyone,
>> > > 
>> > > please, help me to understand how to use jsp with turbine. 
>> > > I set the properties as follows:
>> > > 
>> > > template.homepage=index.jsp
>> > > template.login=Login.jsp
>> > > page.default=JspPage
>> > > services.JspService.default.layout.template = Default.jsp
>> > > 
>> > > When does turbine load template.homepage, template.login and
>> > services.JspService.default.layout.template?
>> > > 
>> > > I have next Default.jst file:
>> > > 
>> > > <jsp:useBean id="screen_placeholder"
>> > class="org.apache.turbine.services.jsp.util.JspScreenPlaceholder"
>> > scope="request"/>
>> > > <jsp:useBean id="navigation"
>> > class="org.apache.turbine.services.jsp.util.JspNavigation"
>> > scope="request"/>
>> > > 
>> > > <table width="100%">
>> > >   <tr>
>> > >     <td colspan="2">
>> > >       <% navigation.setTemplate("DefaultTop.jsp"); %>
>> > >     </td>
>> > >   </tr>
>> > >     <td align="left" valign="top">
>> > >       <%= screen_placeholder %>
>> > >     </td>
>> > >   </tr>
>> > > </table>
>> > > 
>> > > Why is screen_placeholder replaced with this string
>> > "[EMAIL PROTECTED]" 
>> > > but not with some of screen templates, for ex., login.jsp if the user's
>> > not logged in?
>> > > 
>> > > thanks for help!
>> > > 
>> > > ---------------------------------------------------------------------
>> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > > For additional commands, e-mail: [EMAIL PROTECTED]
>> > -- 
>> > Gabriel Moreno
>> > ITC Soluciones
>> > [EMAIL PROTECTED]
>> > 
>> > 
>> > 
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> > 
>> > 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]


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

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

Java, perl, Solaris, Linux, xSP Consulting, Web Services 
freelance consultant -- Jakarta Turbine Development  -- hero for hire

--- Quote of the week: "It is pointless to tell people anything when
you know that they won't process the message." --- Jonathan Revusky

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

Reply via email to