You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Cédric Linez <cl...@systemplus.fr> on 2002/12/20 12:07:59 UTC

velocity vs strust

Hello,

Can I include a file in jsp with struts like velocity with #include or #parse ?


---
Cédric LINEZ 
SYSTEM PLUS - 9 rue Alfred KASTLER
44307 NANTES 



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


RE: velocity vs strust

Posted by Arnaud HERITIER <ah...@sopragroup.com>.
Not only with Struts but in JSP in general you can use :

<jsp:include ...>

or

<%@ include ...>

ref : http://java.sun.com/products/jsp/download.html#specs

Arnaud

> -----Message d'origine-----
> De : Cédric Linez [mailto:clinez@systemplus.fr]
> Envoyé : vendredi 20 décembre 2002 12:08
> À : Struts mailing list
> Objet : velocity vs strust
>
>
> Hello,
>
> Can I include a file in jsp with struts like velocity with
> #include or #parse ?
>
>
> ---
> Cédric LINEZ
> SYSTEM PLUS - 9 rue Alfred KASTLER
> 44307 NANTES
>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>


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