Basically need to develop a GUI which can be helpful in adding/removing
items from one listbox to another. This should be linked to a previous
search page to retrieve the items from a simple search. I have developed
a Swing GUI for the same (see attachment file : AccountsMaintenance.rb).
But need to develop the screen using Ruby on Rails MVC. I have developed
the rhtml code using >, >>, <, << buttons. Please let me know if the
rhtml code is correct. Also, if an item is double clicked from the list
box to the left, it should be added to the right list box and
conversely, if it is double clicked from right list box, it should be
transferred to the left list box.
This page would be a search results page and need to be linked to the
original search page. Need the logic for the search button basically.