Re: How to retrive the values from DB in JSPs

2004-06-20 Thread mike
Have you looked at the tags? At 11:01 PM 6/20/2004, sougata wrote: Hi All I am working with struts framework.I have a JSP page (index,jsp) here I am population a Dropdown from database.Where to populate the driopdown.Actually my DAO class is returning a List of dropdown values.In JSP shall I call t

How to retrive the values from DB in JSPs

2004-06-20 Thread sougata
Hi All I am working with struts framework.I have a JSP page (index,jsp) here I am population a Dropdown from database.Where to populate the driopdown.Actually my DAO class is returning a List of dropdown values.In JSP shall I call the DAO class.But I am sure this will be a bad practise.Can anyone h