I want to create One search. The implementation is like this
I have 4 table in database (Suppose profiles, clients, requirement and case) and having 4 entity in java code. Now I created one jsp which is having one drop down (Which contains all 4 options that's are entity name) one search box and one button. How to I need to configure for this. So that I can search from any table by changing drop down. Regards Shambhu