Where can i find the content of defaultStackHibernate interceptor stack?
Posted
by Moni
on Stack Overflow
See other posts from Stack Overflow
or by Moni
Published on 2010-05-20T15:01:39Z
Indexed on
2010/05/21
5:40 UTC
Read the original article
Hit count: 184
I am using struts 2 and full-hibernate-plugin-for-struts2. I would like to set fileUpload interceptor
<param name="allowedTypes">image/png,image/gif,image/jpeg</param>
Where can i find the content of defaultStackHibernate so I can do that?
© Stack Overflow or respective owner