diff --git a/Button/.gitignore b/Button/.gitignore
new file mode 100644
index 0000000..8d629d4
--- /dev/null
+++ b/Button/.gitignore
@@ -0,0 +1,8 @@
+/target/
+rebel.xml
+.metadata
+.settings
+dist
+.faces-config.xml.jsfdia
+.project
+.classpath
\ No newline at end of file
diff --git a/Button/README.md b/Button/README.md
new file mode 100644
index 0000000..ef767c2
--- /dev/null
+++ b/Button/README.md
@@ -0,0 +1,19 @@
+# BootsFaces-Examples: Button
+This demo refers to the StackOverflow questions
+
+-
+http://pt.stackoverflow.com/questions/90162/bootsfaces-erro-javax-faces-facesexception-erro-de-express%C3%A3o
+- and to the GitHub bug tracker https://github.com/TheCoder4eu/BootsFaces-OSP/issues/188 and
+
+- http://stackoverflow.com/questions/32799225/javax-faces-facesexception-expression-error-named-object-net-bootsfaces-layou
+
+
+
+Run this as a Tomcat application. The URL to start typically is http://localhost:8080/BootsFacesCombobox.
+
+Tested on:
+
+- Tomcat 8.0 / Oracle Mojarra 2.2.10
+- Tomcat 8.0 / Apache MyFaces 2.2.7
+- WildFly 8.2
+
diff --git a/Button/pom.xml b/Button/pom.xml
new file mode 100644
index 0000000..c07c0c6
--- /dev/null
+++ b/Button/pom.xml
@@ -0,0 +1,86 @@
+
+ 4.0.0
+ de.beyondjava
+ BootsFacesButton
+ 1.0.0-SNAPSHOT
+ war
+ BootsFacesButton
+ http://www.beyondjava.net
+
+ UTF-8
+ 1.7
+ 1.7
+
+
+
+ prime-repo
+ PrimeFaces Maven Repository
+ http://repository.primefaces.org
+ default
+
+
+
+
+ net.bootsfaces
+ bootsfaces
+ 0.7.0
+
+
+
+
+ ApplicationServer
+
+ false
+
+
+
+ com.sun.faces
+ jsf-api
+ 2.2.11
+ provided
+
+
+
+
+ Mojarra
+
+ false
+
+
+
+ com.sun.faces
+ jsf-api
+ 2.2.11
+ compile
+
+
+ com.sun.faces
+ jsf-impl
+ 2.2.11
+ runtime
+
+
+
+
+ MyFaces
+
+ true
+
+
+
+ org.apache.myfaces.core
+ myfaces-api
+ 2.2.7
+ compile
+
+
+ org.apache.myfaces.core
+ myfaces-impl
+ 2.2.7
+ runtime
+
+
+
+
+
diff --git a/Button/src/main/webapp/WEB-INF/faces-config.xml b/Button/src/main/webapp/WEB-INF/faces-config.xml
new file mode 100644
index 0000000..e5deaf7
--- /dev/null
+++ b/Button/src/main/webapp/WEB-INF/faces-config.xml
@@ -0,0 +1,8 @@
+
+
+
+
diff --git a/Button/src/main/webapp/WEB-INF/web.xml b/Button/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 0000000..d0ab826
--- /dev/null
+++ b/Button/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ BootsFaces_USETHEME
+ true
+
+
+ index.jsf
+
+
\ No newline at end of file
diff --git a/Button/src/main/webapp/index.xhtml b/Button/src/main/webapp/index.xhtml
new file mode 100644
index 0000000..1476bec
--- /dev/null
+++ b/Button/src/main/webapp/index.xhtml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+