[weld-commits] [weld/core] 2d8bbf: Numberguess example - minor cleanup
GitHub
noreply at github.com
Thu Feb 20 07:15:16 EST 2014
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 2d8bbfbceb4f0005dc56e2a23f54ebf39eb8af78
https://github.com/weld/core/commit/2d8bbfbceb4f0005dc56e2a23f54ebf39eb8af78
Author: Martin Kouba <mkouba at 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)
More information about the weld-commits
mailing list