Bug #3521
Error in documentation (WTemplate)
Start date:
08/08/2014
Due date:
% Done:
0%
Estimated time:
Description
There are also two small errors in the documentation.
in src/Wt/WTemplate.
line 534
`- if (Wt::Widget *known = WTemplate::resolveWidget(varName)) {
- if (Wt::WWidget *known = WTemplate::resolveWidget(varName)) {
I also believe that line 539 should refer to bindWidget() line 539
- bind(varName, w); - bindWidget(varName, w);`
The java documentation appears to also need the same changes.