Project

General

Profile

Actions

Bug #3521

closed

Error in documentation (WTemplate)

Added by Alex V over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Low
Assignee:
Target version:
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.

Actions #1

Updated by Koen Deforche over 9 years ago

  • Status changed from New to Resolved
  • Assignee set to Koen Deforche
  • Target version set to 3.3.4

Thanks, appreciated!

Actions #2

Updated by Koen Deforche over 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF