problem description typeList is the data coming from the background, and every result I traverse is type. I want to extract id and ran_name to modal pop-up box display, and then submit to controller. However, the id, will not be temporarily saved and ...
problem description should the user create an order in UserController or OrderController? public void UserController{ } public void OrderController{ } for example, adding users to a group, should it be placed in GroupController or UserCon...