Hi,
I would like to that you and Gunnar Eketrapp for help. It works for me now.
thanks
Jan
Thiago H. de Paula Figueiredo wrote:
Em Wed, 02 Dec 2009 08:32:31 -0200, Jan Jirout
escreveu:
Hi,
Hi!
I have problem with property expression. When I try to use:
//
Never use ${} when pas
Em Wed, 02 Dec 2009 08:32:31 -0200, Jan Jirout
escreveu:
Hi,
Hi!
I have problem with property expression. When I try to use:
//
Never use ${} when passing parameters, as it converts its value to a
String. In this case, you needed a List.
--
Thiago H. de Paula Figueiredo
Independ
Skip the ${}
E.g.
context="[item.year,item.weekNum]"
works for me!
2009/12/2 Jan Jirout
> Hi,
>
> I have problem with property expression. When I try to use:
>
> //
>
>
> I expect that result context will be string like "orderdetail/3/2". But
> result URL is following:
> /
> /
>
> /ht
Hi,
I have problem with property expression. When I try to use:
//
I expect that result context will be string like "orderdetail/3/2". But
result URL is following:
/
/
/http://localhost:8080/orderdetail/$005b223$002c$00201$005d/
Context contains encoded sign like '[', ']' and ','. I