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