[Opensource] Expresso Tags
Malcolm Wise
malcolm.wise at sde.eu.sony.com
Fri Nov 29 00:16:36 PST 2002
Nelio,
Take a look at
http://www.jcorporate.com/econtent/Content.do?state=template&template=2&reso
urce=636&db=default
scroll down to the Community Contributed Documents. There is a document
called 'Extended Struts Tags Usage with Expresso' which may help.
Malc
-----Original Message-----
From: opensource-admin at jcorporate.com
[mailto:opensource-admin at jcorporate.com]On Behalf Of Peter A. J. Pilgrim
Sent: 28 November 2002 00:53
To: opensource at jcorporate.com
Subject: Re: [Opensource] Expresso Tags
nalves at equifax.com.br wrote:
> This is a newbie question, maybe not related to expresso itself (maybe
it's
> related to struts): where can I find documentation about those tags
> expresso uses to generate the application presentation? The tags I'm
> talking about are those like
>
> <logic:iterate>
> <bean:write>
> <html:html>
>
> and so on. Basically, I would like to know which tags exist and what they
> do, so I can use them more rationally.
The custom tags you see are Struts 1.0.2 tags
http://jakarta.sun.com/struts/
Expresso has two version of these tags. There are subtle differences
1) Pure 1.0.2 Struts tags
2) Expresso enhanced Struts tags which know about controller elements,
input, outputs, and blocks.
To use either one you specify the TAG LIB DESCRIPTOR (TLD) and
the NAMESPACE in a JSP
e.g
<%@ taglib uri="/WEB-INF/tld/struts-html.tld" prefix="purehtml" %>
<%@ taglib uri="/WEB-INF/tld/struts-bean.tld" prefix="purebean" %>
<%@ taglib uri="/WEB-INF/tld/struts-logic.tld" prefix="purelogic" %>
<%@ taglib uri="/WEB-INF/tld/expresso-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/tld/expresso-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/tld/expresso-logic.tld" prefix="logic" %>
--
Peter Pilgrim
ServerSide Java Specialist
My on-line resume and for interview videos about myself, J2EE
Open Source, Struts and Expresso.
||
\\===> `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''
_______________________________________________
Opensource mailing list
Opensource at jcorporate.com
http://mail.jcorporate.com/mailman/listinfo/opensource
Archives: http://mail.jcorporate.com/pipermail/opensource/
*************************************************************************
The information contained in this message or any of its
attachments may be privileged and confidential and intended
for the exclusive use of the addressee. If you are not the
addressee any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited
*************************************************************************
More information about the Opensource
mailing list