Hi All,
I want subcategory dropdown menu on my home page.I am using
jsp and servlet.database is mysql. tables are as below
1.tbl_category(category_id(pk),category_name)
2.tbl_subcategory(subcategory_id(pk),category_id(fk),subcategory_name)
There is a
servlet for fetch record. code is as below
This can fetch records and display with the help of jsp
output is as below
Home Sports Kitchen Furniture
The problem is that It shows only menus ont the submenu what can I do for that?
Thank you in adv.