hello my friend have some problem in spring & ftl.
he get image data from database. in byte[] array. in controller .
now we want to display that image in ftl file .
if any idea then replay...
Type: Posts; User: jignesh patel; Keyword(s):
hello my friend have some problem in spring & ftl.
he get image data from database. in byte[] array. in controller .
now we want to display that image in ftl file .
if any idea then replay...
i am beginner in spring
in my project i use spring + hibernate
i update my object using this.getHibernateTemplate().update(item);
it is not update my item.
but when i use
Session session...
How to decrypt password. encrypted by spring security using :folloring code in spring 3.0
<authentication-manager alias="authenticationManager">
<authentication-provider...
i am beginner in spring mvc 3.0 in my project i use spring security.
<form-login login-page="/public/authenticate/login.html"...