Regarding rendering form view
Hi all,
I have list of items for which i have to CREATE,UPDATE and DELETE.
Is it advisible to have 3 different jsp files of the each of above or manipulate all the operation in a single jsp.If i do adapt the later, would it hamper the performance.
Which is the best practice?
Regards
Sriram

