[EMAIL PROTECTED] wrote on Friday, November 28, 2003 1:29 AM:
> Jörg Schaible <[EMAIL PROTECTED]> wrote on 28/11/2003
> 02:17:16 AM:
> [snip]
So is there any solution to create such assembled variables?
>>>
>>>
>>> Use something like this:
>>>
>>> var="variable">jdbc.datab
Jörg Schaible <[EMAIL PROTECTED]> wrote on 28/11/2003
02:17:16 AM:
[snip]
> >> So is there any solution to create such assembled variables?
> >
> >
> > Use something like this:
> >
> > jdbc.database.${jdbc.os}
> > > "${context.findVariable(variable)}" />
> >
>
[EMAIL PROTECTED] wrote on Thursday, November 27, 2003 7:58 AM:
> Jörg Schaible <[EMAIL PROTECTED]> wrote on 26/11/2003
> 11:49:11 PM:
>
>> Hello,
>>
>> currently I fight with the Jelly script for a plugin extension and I
>> got
>
>> stuck. See the following example:
>>
>> Having following pro
Jörg Schaible <[EMAIL PROTECTED]> wrote on 26/11/2003
11:49:11 PM:
> Hello,
>
> currently I fight with the Jelly script for a plugin extension and I got
> stuck. See the following example:
>
> Having following properties:
> all=y,x
> prop.x=1
> prop.y=2
> prop.z=0
>
> I would like to iterate
Hello,
currently I fight with the Jelly script for a plugin extension and I got stuck. See
the following example:
Having following properties:
all=y,x
prop.x=1
prop.y=2
prop.z=0
I would like to iterate over the properties "prop." defined in "all":
${all}
prop.${i}:${prop[i]}
The s