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
