RE: jelly script woes

2003-11-28 Thread Jörg Schaible
[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

RE: jelly script woes

2003-11-27 Thread dion
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)}" /> > > >

RE: jelly script woes

2003-11-27 Thread Jörg Schaible
[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

Re: jelly script woes

2003-11-26 Thread dion
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

jelly script woes

2003-11-26 Thread Jörg Schaible
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