Thank you very much, Kris.

Zaili

-----Original Message-----
From: Kris Schneider [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 18, 2003 1:48 PM
To: Struts Users Mailing List
Subject: Re: Using expression in Struts tags


What you're using is the JSTL Expression Language and not a request-time
expression (RT EXPR). A request-time expression is just a JSP expression:

<%= request.getParameter("foo") %>

You may be interested in the Struts-EL library which integrates the JSTL EL into
a subset of the Struts tags:

http://jakarta.apache.org/struts/userGuide/building_view.html#struts-el

In can be found in the "contrib/struts-el" directory of the Struts distribution.

Quoting [EMAIL PROTECTED]:

> Hi, Struts veterans
> 
> I have a general question about using expression in Struts tags. The Struts
> html tag API tells that the "property" property of <html:text> tag is (RT
> EXPR), that is run time expression allowed. But when I use 
> <html:text property="${someBean.property}" /> it does not work. What is the
> correct way of using run time expression in Struts html tags ? Am I missing
> something such as some jar file ?
> 
> Thanks a lot in advance
> 
> Zaili

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

---------------------------------------------------------------------
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]

Reply via email to