Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Max Mecklin
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 6ff1be2d
authored
Apr 15, 2014
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cange maxIntegerDigits -> maxFractionDigits in product shop. This was most likel…
…y not intended originally
1 parent
27af0ea3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
code/MoyaWeb/WebContent/resources/cditools/foodwave/listFoods.xhtml
code/MoyaWeb/WebContent/resources/cditools/products/shop.xhtml
code/MoyaWeb/WebContent/resources/cditools/foodwave/listFoods.xhtml
View file @
6ff1be2
...
...
@@ -78,7 +78,7 @@
<f:ajax
render=
"@form"
/>
</h:commandButton>
<h:inputText
size=
"4"
id=
"cartcount"
value=
"#{cart.count}"
>
<f:convertNumber
max
Integer
Digits=
"2"
minFractionDigits=
"0"
/>
<f:convertNumber
max
Fraction
Digits=
"2"
minFractionDigits=
"0"
/>
</h:inputText>
<h:commandButton
action=
"#{foodWaveFoodView.addOne}"
value=
"#{i18n['productshop.plusOne']}"
>
...
...
code/MoyaWeb/WebContent/resources/cditools/products/shop.xhtml
View file @
6ff1be2
...
...
@@ -42,7 +42,7 @@
</h:commandButton>
<p:inputText
size=
"2"
id=
"cartcount"
escape=
"false"
value=
"#{cart.count}"
>
<f:ajax
render=
"@form"
listener=
"#{productShopView.countChangeListener}"
/>
<f:convertNumber
max
Integer
Digits=
"2"
minFractionDigits=
"0"
/>
<f:convertNumber
max
Fraction
Digits=
"2"
minFractionDigits=
"0"
/>
</p:inputText>
<h:commandButton
action=
"#{productShopView.addOne}"
value=
"#{i18n['productshop.plusOne']}"
>
<f:ajax
render=
"@form"
/>
...
...
@@ -53,7 +53,7 @@
<h:outputText
value=
"#{i18n['productshop.limits']}"
/>
</f:facet>
<h:outputText
value=
"#{cart.limit}"
>
<f:convertNumber
max
Integer
Digits=
"2"
minFractionDigits=
"0"
/>
<f:convertNumber
max
Fraction
Digits=
"2"
minFractionDigits=
"0"
/>
</h:outputText>
</p:column>
<p:column>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment