Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Apr 13, 2015
2 parents a945685 + ab77034 commit 1dd2fb7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions web/forms/selectOneMenu.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<h1>Objects and converters</h1>
<p>In most cases you don't need a converter to use an arbitrary object as bean attribute. It suffices to use the attributes <code>var</code>, <code>itemValue</code> and <code>itemLabel</code> of <code>&lt;f:selectItem /&gt;</code> and <code>&lt;f:selectItems /&gt;</code>.</p>
<b:alert severity="warning" title="As of BootsFaces 0.7.0-SNAPSHOT, converters aren't used correctly when rendering." />
<b:alert severity="warning" title="As of BootsFaces 0.6.6-SNAPSHOT, converters aren't used correctly when rendering." />

<h:form>
<b:tabView activeIndex="3">
Expand Down Expand Up @@ -516,4 +516,4 @@ public class SemaphoreBean {
</script>
<br/><br/><br/><br/>
</ui:define>
</ui:composition>
</ui:composition>
4 changes: 2 additions & 2 deletions web/integration/OmniFaces.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>net.bootsfaces</groupId>
<artifactId>bootsfaces</artifactId>
<version>0.6.5</version>
<version>0.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -40,7 +40,7 @@
<b:well>
<script type="syntaxhighlighter" class="brush: groovy; toolbar: false;gutter: false; first-line: 1">
<![CDATA[
compile 'net.bootsfaces:bootsfaces:0.6.5'
compile 'net.bootsfaces:bootsfaces:0.6.6'
compile 'org.omnifaces:omnifaces:1.10'
]]>
</script>
Expand Down
4 changes: 2 additions & 2 deletions web/integration/PrimeFaces.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>net.bootsfaces</groupId>
<artifactId>bootsfaces</artifactId>
<version>0.6.5</version>
<version>0.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -46,7 +46,7 @@
<b:well>
<script type="syntaxhighlighter" class="brush: groovy; toolbar: false;gutter: false; first-line: 1">
<![CDATA[
compile 'net.bootsfaces:bootsfaces:0.6.5'
compile 'net.bootsfaces:bootsfaces:0.6.6'
compile 'org.primefaces:primefaces:5.1'
]]>
</script>
Expand Down
4 changes: 2 additions & 2 deletions web/integration/af-sample2.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>net.bootsfaces</groupId>
<artifactId>bootsfaces</artifactId>
<version>0.6.5</version>
<version>0.6.6</version>
<scope>compile</scope>
</dependency>
]]>
Expand All @@ -39,4 +39,4 @@
]]>
</script>
</h:body>
</ui:fragment>
</ui:fragment>
2 changes: 1 addition & 1 deletion web/integration/angularFaces.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ td {
<script type="syntaxhighlighter" class="brush: groovy; toolbar: false;gutter: false; first-line: 1">
<![CDATA[
compile 'de.beyondjava:angularFaces-core:2.1.+'
compile 'net.bootsfaces:bootsfaces:0.6.5'
compile 'net.bootsfaces:bootsfaces:0.6.6'
compile 'com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.5.0'
]]>
</script>
Expand Down
6 changes: 3 additions & 3 deletions web/quickstart.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>net.bootsfaces</groupId>
<artifactId>bootsfaces</artifactId>
<version>0.6.5</version>
<version>0.6.6</version>
<scope>compile</scope>
</dependency>
]]>
Expand All @@ -39,7 +39,7 @@
<b:well>
<script type="syntaxhighlighter" class="brush: groovy; toolbar: false;gutter: false; first-line: 1">
<![CDATA[
compile 'net.bootsfaces:bootsfaces:0.6.5'
compile 'net.bootsfaces:bootsfaces:0.6.6'
]]>
</script>
</b:well>
Expand Down Expand Up @@ -224,4 +224,4 @@
</ui:define>
</ui:composition>
</h:body>
</html>
</html>

0 comments on commit 1dd2fb7

Please sign in to comment.