We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1386b commit 02885ebCopy full SHA for 02885eb
index.html
@@ -304,8 +304,8 @@ <h2 id="installation" class="lang" data-en="Installation and Getting Started" da
304
305
@Action("say")
306
public String say() throws ApplicationException {
307
- if (null != this.context.getAttribute("--words"))
308
- return this.context.getAttribute("--words").toString();
+ if (null != getContext().getAttribute("--words"))
+ return getContext().getAttribute("--words").toString();
309
310
throw new ApplicationException("Could not find the parameter <i>words</i>.");
311
}
0 commit comments