On Sun, 27 Oct 2002, flare wrote:

> <c:param name="key" value="${item.a_nomefile}" />
> [...]
> <a href='showAllegati.do?id=<c:out value="${requestScope.id}"/>&tipo=<c:out 
> value="${requestScope.tipo}"/>&key=<c:out value="${item.a_nomefile}" />'>
> 
> is that a bug or simply dynabens cannot be used that way? 

Irrespective of whether you're using DynaBeans or not, if it works in the
latter case, it should work in the former one.  That is, the two
expressions you've shown are identical, and both tags evaluate their
attributes as String objects.

-- 
Shawn Bayern
"JSTL in Action"   http://www.jstlbook.com


--
To unsubscribe, e-mail:   <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>

Reply via email to