they're in the struts-el.jar which you can find in the /contrib/struts-el directoy of a struts binary distro. Just throw that jar into /WEB-INF/lib and put these tag directives in your jsp's and you should be all set:

<%@ taglib prefix="bean-el" uri="http://jakarta.apache.org/struts/tags-bean-el"; %>
<%@ taglib prefix="html-el" uri="http://jakarta.apache.org/struts/tags-html-el"; %>
<%@ taglib prefix="logic-el" uri="http://jakarta.apache.org/struts/tags-logic-el"; %>


-Ben

From: "Henrique VIECILI" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: Re: Bean Tag question
Date: Wed, 14 Jan 2004 17:32:55 -0300

Ok, i will try it!

but, where can i download the struts-el.tld files??

i have not found them in the struts web site!

Thanx

Henrique

----- Original Message -----
From: "Ben Anderson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 14, 2004 3:25 PM
Subject: RE: Bean Tag question


> you can't have a tag as an attribute for another tag. How bout this?
>
> <bean-el:message key="parametric.key" arg0="${myBean.myParam}" />
>
>
> >From: "Henrique VIECILI" <[EMAIL PROTECTED]>
> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> >Subject: Bean Tag question
> >Date: Wed, 14 Jan 2004 16:14:49 -0300
> >
> >Hi,
> >
> >I am trying to access a bean property inside the arg0 attribute of
> >bean:message
> >tag, is that possible using only the standard taglibs? How?
> >
> >Iīve tried this code bellow and it didnīt work:
> >
> ><bean:message key="parametric.key" arg0="<bean:write name="myBean"
> >property="myParam" />" />
> >
> >Henrique
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> _________________________________________________________________
> There are now three new levels of MSN Hotmail Extra Storage! Learn more.
> http://join.msn.com/?pgmarket=en-us&page=hotmail/es2&ST=1
>
>
> ---------------------------------------------------------------------
> 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]


_________________________________________________________________
Find out everything you need to know about Las Vegas here for that getaway. http://special.msn.com/msnbc/vivalasvegas.armx



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



Reply via email to