You can also plug in your own request converter in web.xml and change how it
converts values.
regards
Bob
On 2011/03/18 20:23 PM, Ingie wrote:
> Hi all,
>
> First of all i like Click, thank you for great work guys.
>
> Can't understand @Bindable behavior:
>
> class MyPage extends BorderPage {
>
> @Bindable protected Long id;
>
> public void onInit() {
> sout(id);
> }
>
> }
>
> Output:
>
> for my-page.htm?id=0 -> 0 (it's ok)
> for my-page.htm -> 0 (why?)
>
> Is it bug or feature?
>
> I run 2.3.0-RC1
>
> Kind regards,
> Mikhail
>