Hello everyone ! In two of my html dialogs I have selectOneListbox element.These elements they both use as select items the same list: selectItems value="#{data.data.requirementsDocuments}" and in both of the views the user can add and delete items(in my case URLs). In the first view this thing is working perfectly. The problem is in the second view where I can add a item to the list but cannot delete. I realize that when I use different variable for the selected value from the list in the second view the deletion works. I cannot really understand why with the same variable is not working. So I had to create another variable just to use it in the second selectOneListBox. Can someone please explain this to me :) Thanks in advance :)

asked 17.02.2017 at 12:24

tano9321's gravatar image

tano9321
(suspended)
accept rate: 0%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×147

Asked: 17.02.2017 at 12:24

Seen: 799 times

Last updated: 17.02.2017 at 12:24