Title: Message
JSP tags don't work that way. You can create a custom tag that extends the other tag and evaluates the attribute values against the ValueStack.
-----Original Message-----
From: Rich [mailto:[EMAIL PROTECTED]
Sent: Friday, January 16, 2004 11:37 PM
To: [EMAIL PROTECTED]
Subject: [OS-webwork] Passing a webwork property to a tag

If I had the following:
 
<%@ taglib uri="webwork" prefix="ww" %>
<%@ taglib uri="imagesizer" prefix="util" %>
 
<util:imagesizer src="" />
 
The above line doesn't get the albumPath property but instead passes a string.
Is there any way to pass a webwork property to a tag?

Reply via email to