Actions
Bug #3521
closedError 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.
Updated by Koen Deforche about 10 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.3.4
Thanks, appreciated!
Updated by Koen Deforche about 10 years ago
- Status changed from Resolved to Closed
Actions