Branch: refs/heads/master
Home:
https://github.com/weld/core
Commit: 2d8bbfbceb4f0005dc56e2a23f54ebf39eb8af78
https://github.com/weld/core/commit/2d8bbfbceb4f0005dc56e2a23f54ebf39eb8af78
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M
examples/jsf/numberguess/src/main/java/org/jboss/weld/examples/numberguess/Game.java
M examples/jsf/numberguess/src/main/webapp/home.xhtml
M examples/jsf/numberguess/src/main/webapp/template.xhtml
Log Message:
-----------
Numberguess example - minor cleanup
- remove ref to non-existing main.css file
- make EL expressions in JSF view a little bit more efficient (note that expressions
used in "rendered" and "disabled" attributes are usually invoked
several
times)