works like a charm - thanks
[EMAIL PROTECTED] wrote:
Brett Porter <[EMAIL PROTECTED]> wrote on 14/01/2003 03:07:28 PM:
Hi,
I was wondering in what way this might be possible:
<j:set var="filename" value="${ ${fileProperty} }" />
Try:
<j:set var="filename" value="${context.getVariable(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.
I haven't tested this, so let me know if it's ok.
--
dIon Gillard, Multitask Consulting
Blog: http://www.freeroller.net/page/dion/Weblog
Work: http://www.multitask.com.au
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>