Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit dc7c9993
authored
Oct 26, 2012
by
Antti Tönkyrä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix adding of new products
1 parent
1b858b07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
code/LanBortalWeb/WebContent/foodadmin/editTemplate.xhtml
code/LanBortalWeb/WebContent/foodadmin/editTemplate.xhtml
View file @
dc7c999
...
@@ -41,14 +41,14 @@
...
@@ -41,14 +41,14 @@
<h:commandButton
action=
"#{foodWaveView.saveTemplate()}"
<h:commandButton
action=
"#{foodWaveView.saveTemplate()}"
value=
"#{i18n['foodwavetemplate.save']}"
/>
value=
"#{i18n['foodwavetemplate.save']}"
/>
</h:panelGrid>
</h:panelGrid>
<h:selectOneMenu
value=
"#{foodWaveView.currentProduct}"
<
!-- <
h:selectOneMenu value="#{foodWaveView.currentProduct}"
converter="#{productConverter}">
converter="#{productConverter}">
<f:selectItems value="#{foodWaveView.products}" var="product"
<f:selectItems value="#{foodWaveView.products}" var="product"
itemLabel="#{product.name}"></f:selectItems>
itemLabel="#{product.name}"></f:selectItems>
</h:selectOneMenu>
</h:selectOneMenu>
<p:commandButton value="#{i18n['foodwavetemplate.addproduct']}"
<p:commandButton value="#{i18n['foodwavetemplate.addproduct']}"
actionListener="#{foodWaveView.addProductToTemplate}"
actionListener="#{foodWaveView.addProductToTemplate}"
update=
"productTable"
/>
update="productTable" />
-->
<h:panelGrid
columns=
"4"
>
<h:panelGrid
columns=
"4"
>
...
...
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