Hi, When designing a object for application we call a attach page at start of every action where we check if object is already attached and if Yes, detach and attach it. Once attach is successful, we proceed with normal interactions on web page within that action.
Please suggest if its a good practice to detach the application from object at end of each action? This way every action of object when called in process will attach, do the work and detach.
From stability perspective, what is the best way to design individual action within object. Below is the snapshot of attach page.
------------------------------
Mayank Goyal
------------------------------