RE: img store/retrieve

2002-12-06 Thread Kristian Duske
Hi, This is a simple CRUD page, but the entity has an image property. I retrieve the View Object from the RDBMS and populate the ActionForm from it. I think that the image should not be stored in the VO. Am I right? What does CRUD mean? What does VO mean? Where should I store the image

img store/retrieve

2002-12-05 Thread Gemes Tibor
I think this is a bit OT on this list. I have to store uploaded images into the RDBMS, and then later retrieve them on request. This is a simple CRUD page, but the entity has an image property. I retrieve the View Object from the RDBMS and populate the ActionForm from it. I think that the