jstl « Property « JPA Q&A





1. How to address formbean's properties in JSTL    forum.hibernate.org

Newbie Joined: Tue Oct 25, 2005 10:49 pm Posts: 9 Hi there, I am using Struts, hibernate 3.0. In action, one form bean is generated and forwarded into one JSP, how can address the properties in the bean? the following codes output nothing. It seems I am misusing the bean. Any input are appreciated. thanks Fei my from bean: Code: import ...