Hi, I was wondering in what way this might be possible:
<j:set var="filename" value="${ ${fileProperty} }" />
fileProperty is "some.file.property", obtained by tokenizing a string
filename = ${some.file.property}
Is there any way to do this? I'm using this in Maven.
Cheers,
Brett
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
