Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-15 Thread APliszka-Public
Another problem that might be manifesting itself here is that EL might not be enabled. Make sure that EL is enabled in your JSP pages. Andrew Pliszka Dale Newfield wrote: Michael Horwitz wrote: The ${} stuff is only ever recognised by JSP tags. So you need: "> This is not necessarily t

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-15 Thread Dale Newfield
Michael Horwitz wrote: The ${} stuff is only ever recognised by JSP tags. So you need: "> This is not necessarily true. It depends upon which version of the jsp spec your engine is set to use. -Dale - To unsubscribe, e-m

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-14 Thread Richard Nduka
Thanks a mill Mike. It worked. On 2/14/07, Michael Horwitz <[EMAIL PROTECTED]> wrote: Richard, I think the key to your problem lies right at the bottom of the stack trace: Caused by: org.hibernate.cache.NoCachingEnabledException: Second-level cache is not enabled for usage [hibernate.cache.use

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-13 Thread Nathan Anderson
All I can suggest is examine your spring configuration files... it appears that something is not configured correctly. Double check everything, and if you don't find a problem... triple check. I can't think of a reason why these beans could not be created other than a problem with the .xml fi

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-13 Thread Richard Nduka
Please can somebody help me with this error my boss is seriously on my kneck as i need to deliver. Thanks. On 2/13/07, Richard Nduka <[EMAIL PROTECTED]> wrote: This is another startup log. I was able to catch it right from the very beginning. Any assistance would be appreciated. Thanks. [loans

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-13 Thread Matt Raible
Have you changed your sessionFactory bean? It looks like you have the cache parameters configured wrong: org.hibernate.HibernateException: Could not instantiate cache implementation Matt On 2/13/07, Richard Nduka <[EMAIL PROTECTED]> wrote: I searched the mailing list archives and discovered t

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-13 Thread Richard Nduka
I searched the mailing list archives and discovered that someone has done this before. This can be seen from the url below: http://www.nabble.com/Adding-image-to-user-profile-tf2367528s2369.html#a6634670 The issue is that i followed the contents of this url and at the end when i deployed my appl

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-13 Thread Nathan Anderson
In that case Matt's response or the alternative I suggested should work just fine... Nathan Richard Nduka wrote: Maybe my choice of words sounded rather confusing. I meant a scenerio whereby you already have the picture of the person registering and as part of the registration process maybe t

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-13 Thread Richard Nduka
Maybe my choice of words sounded rather confusing. I meant a scenerio whereby you already have the picture of the person registering and as part of the registration process maybe the same way you have text boxes capturing personal details, you also have a file upload button to upload this image ag

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-13 Thread Matt Raible
On 2/13/07, Nathan Anderson <[EMAIL PROTECTED]> wrote: I think Matt meant "blob" rather than "blog" ;) Doh! ;-) Another way to do it is to use file upload to save the image to the filesystem and then save the path to the database. But I think the reason you didn't get a response earlier [at

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-13 Thread Nathan Anderson
I think Matt meant "blob" rather than "blog" ;) Another way to do it is to use file upload to save the image to the filesystem and then save the path to the database. But I think the reason you didn't get a response earlier [at least from me] is that it sounds like you are asking how to for

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-12 Thread Matt Raible
You could probably just do an image upload and store it as a blog in the database. I believe folks have done this with AppFuse before. You might try searching the archives, or looking at Spring's imagedb sample application. Matt On 2/12/07, Richard Nduka <[EMAIL PROTECTED]> wrote: Hi, Any ass

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-12 Thread Richard Nduka
Hi, Any assistance on this would be highly appreciated. Thanks a lot. On 2/12/07, Richard Nduka <[EMAIL PROTECTED]> wrote: Hi All, I have a requirement in my appfuse 194 application to as part of a registration process include capturing and displaying pictures of individuals doing the regis

Re: [appfuse-user] Capturing and displaying picture as part of registration process

2007-02-12 Thread Richard Nduka
Hi All, I have a requirement in my appfuse 194 application to as part of a registration process include capturing and displaying pictures of individuals doing the registration. Please has anyone done this before? How do i go about doing this? Any suggestions would be welcomed and appreciated. I