null « Struts « JPA Q&A





1. How to maintain null for numeric values when using BeanUtils.copyProperties?    stackoverflow.com

I have a numeric database field (numeric(3) in SQL Server 2000) that allows nulls, and null is my preferred "no value" value. That field is mapped to the non-primitive java Long class ...

2. Elements in collection = null in Struts 2 view    forum.hibernate.org

Description: The problem is that when i debug this webapp, inside the servlet i can see the elements inside de modelo.Telefonos collection, but the jsp can't. In the jsp, the collection only have null's, but the correct number of them. (if the collection has 3 elements, there are 3 nulls inside it) :S The database also contains those elements. Thanks in ...