I am new to Apache Click Framework and trying to execute HelloWorld example. I am using click-2.3.0.jar. http://click.apache.org/docs/user-guide/html/ch01.html.
I configured web.xml , click.xml as per
http://www.ibm.com/developerworks/library/wa-apacheclick/.
As per the example in the Page class adding the parameter to the addModel("time", time);
and printing in HTML. instead of printing the time , it prints the variable $time
.I tried with
${time}
.
Maybe you named you file with html extension.
[1] http://click.apache.org/docs/user-guide/htmlsingle/click-book.html#chapter-pages]