How to set property on select box after clicking from a list?
When I click the 2nd item in the list, on the next page the local variable is not pushing to the (status) select box when page show. It is showing the status from the 1st item in list. When I click the 1st item on the list status pushes perfectly.
For testing purpose, the label below the select box is pulling at the same time the select box is and is showing the correct information.
How can I get the (status) select box to show the correct variable from the appropiate item in list on page show