Frasso, Anthony wrote the following on 7/5/2005 5:34 PM:
<%
     ProjectsBean projectsBean = new ProjectsBean();
     projectsBean.populate();
     pageContext.setAttribute("pojectsBean", projectsBean);
%>

Any scope should work. Also make sure the Project object includes the appropriate (JavaBeans compliant) getter methods for the properties you want to displey.

L.
--
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/~laurie/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to