JSP « Property « JPA Q&A





1. JPA: could not resolve property    coderanch.com

2. How to manipulate formbean properties in JSP?    forum.hibernate.org

Hi there, I am using struts and hibernate 3.0, in JSP, I'd like to get the photo property and add prefix abd suffix, the display the picture. What way can I do that? i.e. In the table customer, the field photo stores the picture name without extension, for instance, it is 20060108001 in field photo. I need add /pics/ as prefix ...