On Sun, 08 Jul 2012 06:59:17 -0300, Dusko Jovanovski
wrote:
I made an oversight, try this:
//html code
Good catch, Dusko. This remembers me of remembering everyone to never,
never, never ever use expansions (${xxx}) when passing parameters to
Tapestry components.
--
Thiago H.
On Sun, 08 Jul 2012 06:35:53 -0300, bhorvat
wrote:
That is the option, but tapestry has this cool option so I would like to
use it
The range operator doesn't support dynamic ranges, so the cool option you
describe doesn't exist. Just use what Dusko suggested.
--
Thiago H. de Paula Figu
yea this works. Great
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Problem-with-range-operator-tp5714339p5714345.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe
alues. The upper and lower bounds may be literal integers, or property
> expressions"
>
> Also the expression is evaluated properly as it returns the number, but the
> conversion is wrong. :S
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/P
erly as it returns the number, but the
conversion is wrong. :S
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Problem-with-range-operator-tp5714339p5714343.html
Sent from the Tapestry - User mailing list archive at
I don't think you can use it like that, only with fixed values.
On Sun, Jul 8, 2012 at 11:35 AM, bhorvat wrote:
> That is the option, but tapestry has this cool option so I would like to
> use
> it
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nab
That is the option, but tapestry has this cool option so I would like to use
it
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Problem-with-range-operator-tp5714339p5714341.html
Sent from the Tapestry - User mailing list archive at Nabble.com
wrote:
> I have a strange problem with range operator, well it is eighter that or I
> dont know how to use it.
>
> I have tried the following
>
>
> //html code
>
>
> this works but my problem is that the number 31 needs to be dynamic so I
> hav
I have a strange problem with range operator, well it is eighter that or I
dont know how to use it.
I have tried the following
//html code
this works but my problem is that the number 31 needs to be dynamic so I
have a property ${lastDayInMonth}
However if I try
//html code